Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 627 Bytes

OPENTELEMETRY_COLLECTOR_HOTFIXES.md

File metadata and controls

11 lines (8 loc) · 627 Bytes

Hotfixes for OpenTelemetry collector

All fixes and features for the upstream open-telemetry/opentelemetry-collector should be submitted to the upstream project. However, merge and release into the upstream might take some time therefore urgent patches can be applied to the fork hypertrace/opentelemetry-collector.

Edit go.mod to use forked collector with branch main+patches:

go mod edit -replace  go.opentelemetry.io/collector=github.com/hypertrace/opentelemetry-collector@main+patches