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.
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
파이프라인 컨트롤 게이트웨이 출시 정보 - v1.2.0
OpenTelemetry Collector를 0.109.0에서 0.131.0으로 업그레이드하세요
내부 OpenTelemetry Collector를 버전 0.109.0에서 0.131.0으로 업그레이드했습니다. 이 중요한 업데이트에는 여러 가지 주요 개선 사항과 버그 수정이 포함되어 있어, 더욱 견고하고 안정적인 플랫폼을 제공합니다. 변경 사항의 전체 목록은 OpenTelemetry Collector 릴리스 노트 를 참조하세요.
파이프라인 컨트롤 게이트웨이 출시 정보 - v1.1.0
SQL 트레이스 및 프로세서 트레이스 데이터 지원
- 삭제 규칙을 사용하여
SqlTrace및TransactionTrace이벤트에서 데이터와 속성을 선택적으로 삭제하는 새로운 기능을 구현했습니다.
보안 업데이트
IPv6 영역 ID와 관련된 HTTP 프록시 우회 및 사이트 간 스프레드시트 문제를 포함하여
golang.org/x/net패키지의 취약점을 해결했습니다.Go
1.24로 업그레이드되었으며 다음 의존성/종속성이 보안을 강화하고 최근 수정 사항을 통합하도록 업데이트되었습니다.golang.org/x/net에게v0.38.0golang.org/x/sys에게v0.31.0golang.org/x/text에게v0.23.0
새로운 기능 지원
NRQL 삭제 규칙 쿼리에 여러 가지 새로운 기능에 대한 지원이 추가되었습니다. 이제 다음 기능을 사용할 수 있습니다.
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.