Pipeline Control gateway release notes - v2.0.1
Bug fixes
Fix for EU environment
Resolved an issue affecting Pipeline Control Gateway deployment and operation in EU environments. This fix ensures proper connectivity and data routing for EU-based instances.
Important
This release has issues with EU environment deployment and operation. Please use version 2.0.1.
Pipeline Control gateway release notes - v2.0.0
Updated to OpenTelemetry Collector v0.139.0
This release is based on OpenTelemetry Collector v0.139.0, bringing the latest stability improvements and features from the upstream project. This upgrade enables new data processing capabilities not available in previous gateway versions.
New processor capabilities
Added three new processors that give you control over your telemetry data before it leaves your infrastructure:
- Sampling processor: Reduce data volume with probabilistic and conditional sampling rules
- Filter processor: Drop entire records or specific attributes based on OTTL boolean conditions
- Transform processor: Add, modify, or delete attributes using OpenTelemetry Transformation Language (OTTL)
These processors can be chained together to create sophisticated data processing pipelines for metrics, events, logs, and traces.
Enhanced configuration options
- Redesigned UI: New form-based interface for creating and managing processor rules without writing YAML
- Enhanced YAML configuration: Support for OTTL-based processor configuration
Improved documentation structure
- Comprehensive guides for each processor type with OTTL examples and use cases
- Clear distinction between gateway rules (in your infrastructure) and cloud rules (in New Relic's infrastructure)
- Expanded troubleshooting resources for gateway installation, health monitoring, and data flow issues
- Reorganized information architecture for easier navigation
Pipeline Control Gateway Release Notes - v1.2.0
Upgrade OpenTelemetry Collector From 0.109.0 to 0.131.0
We have upgraded the internal OpenTelemetry Collector from version 0.109.0 to 0.131.0. This significant update includes numerous key improvements and bug fixes, providing a more robust and stable platform. For a complete list of changes, please refer to the OpenTelemetry Collector release notes.
Pipeline Control Gateway Release Notes - v1.1.0
Support for SQL trace and transaction trace data
- Implemented a new functionality to selectively drop data and attributes from
SqlTraceandTransactionTraceevents using drop rules.
Security updates
Addressed vulnerabilities in the
golang.org/x/netpackage, including a cross-site scripting issue and an HTTP Proxy bypass related to IPv6 Zone IDs.Upgraded to Go
1.24and the following dependencies are updated to enhance security and incorporate recent fixes:golang.org/x/nettov0.38.0golang.org/x/systov0.31.0golang.org/x/texttov0.23.0
Support for new functions
Added support for several new functions in NRQL drop rule queries. You can now use the following functions:
aparse()floor()getField()hourOf()numeric()round()string()substring()weekdayOf()mod()dimensions()
Support for Pipeline Control gateway 1.0.0
New Relic Pipeline Control is the data management component of New Relic Control that helps filter and discard low-value data prior to ingestion into the New Relic Platform. It consists of an agent called the Pipeline Control gateway that's deployed in your environment. You can create NRQL-based rules to discard unwanted data before it exits your environment.
To know more about Pipeline Control gateway, refer to the Pipeline Control documentation.