OpenTelemetry Collector v0.4.0 (Beta)
π OpenTelemetry Collector v0.4.0 (Beta) π
The OpenTelemetry Collector offers a vendor-agnostic implementation on how to receive, process, and export telemetry data. Check out the Getting Started Guide for deployment and configuration information.
For community-based components including support for commercial back-ends, please check out the opentelemetry-collector-contrib release.
π Breaking changes π
isEnabledconfiguration option removed (#909)thrift_tchannelprotocol moved fromjaegerreceiver tojaeger_legacyin contrib (#636)
β οΈ Major changes β οΈ
- Switch from
localhostto0.0.0.0by default for all receivers (#1006) - Internal API Changes (only impacts contributors)
π New components π
- Receivers
- Processors
π‘ Enhancements π‘
otlpreceiver implement HTTP X-Protobuf (#1021)- Exporters: Support mTLS in gRPC exporters (#927)
- Extensions: Add
zpagesfor service (servicez, pipelinez, extensions) (#894)
π§° Bug fixes π§°
- Add missing logging for metrics at
debuglevel (#1108) - Fix setting internal status code in
jaegerreceivers (#1105) zipkinexport fails on span without timestamp when used withqueued_retry(#1068)- Fix
zipkinreceiver status code conversion (#996) - Remove extra send/receive annotations with using
zipkinv1 (#960) - Fix resource attribute mutation bug when exporting in
jaegerproto (#907) - Fix metric/spans count, add tests for nil entries in the slices (#787)
π¦ Release bits π¦
- Docker:
docker pull otel/opentelemetry-collector:0.4.0 - Binary checksums: Generated with
shasum -a 256 bin/*and are present in the checksums.txt file
π§© Components π§©
Traces
| Receivers | Processors | Exporters |
|---|---|---|
| Jaeger | Attributes | File |
| OpenCensus | Batch | Jaeger |
| OTLP | Memory Limiter | Logging |
| Zipkin | Queued Retry | OpenCensus |
| Resource | OTLP | |
| Sampling | Zipkin | |
| Span |
Metrics
| Receivers | Processors | Exporters |
|---|---|---|
| HostMetrics | Batch | File |
| OpenCensus | Filter | Logging |
| OTLP | Memory Limiter | OpenCensus |
| Prometheus | OTLP | |
| VM Metrics | Prometheus |
Extensions
- Health Check
- Performance Profiler
- zPages