Skip to content

Commit 42a3087

Browse files
Merge pull request #23005 from prafulla-kiran/develop
feat: Add release notes for Pipeline Control Gateway 2.0.0
2 parents 99ea0a4 + 3e88fdb commit 42a3087

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
subject: Pipeline Control Gateway
3+
releaseDate: '2026-02-12'
4+
version: 2.0.0
5+
metaDescription: Release notes for Pipeline Control gateway 2.0.0
6+
---
7+
8+
## Pipeline Control gateway release notes - v2.0.0
9+
10+
### Updated to OpenTelemetry Collector v0.139.0
11+
12+
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.
13+
14+
### New processor capabilities
15+
16+
Added three new processors that give you control over your telemetry data before it leaves your infrastructure:
17+
- **Sampling processor**: Reduce data volume with probabilistic and conditional sampling rules
18+
- **Filter processor**: Drop entire records or specific attributes based on OTTL boolean conditions
19+
- **Transform processor**: Add, modify, or delete attributes using OpenTelemetry Transformation Language (OTTL)
20+
21+
These processors can be chained together to create sophisticated data processing pipelines for metrics, events, logs, and traces.
22+
23+
### Enhanced configuration options
24+
25+
- **Redesigned UI**: New form-based interface for creating and managing processor rules without writing YAML
26+
- **Enhanced YAML configuration**: Support for OTTL-based processor configuration
27+
28+
### Improved documentation structure
29+
30+
- Comprehensive guides for each processor type with OTTL examples and use cases
31+
- Clear distinction between gateway rules (in your infrastructure) and cloud rules (in New Relic's infrastructure)
32+
- Expanded troubleshooting resources for gateway installation, health monitoring, and data flow issues
33+
- Reorganized information architecture for easier navigation

0 commit comments

Comments
 (0)