opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
#### Description This change fixes a bug where the exporter would get stuck when the telemetry data is bigger than batch.max_size. The bug was causing the OpenTelemetry Collector to hang...
#### Description This is part of https://github.com/open-telemetry/opentelemetry-collector/issues/13106 It introduces a new `SetMapping` method, which allows setting a location's mapping based on a specific dictionary. I named the method `SetMapping` and...
This discussion has come up a few times and I'm opening an issue to make a decision and move forward. The CI tooling in many places uses go 1.23 today,...
#### Description Makes the following changes to confighttp: 1. Uses `configoptional.Optional` in `confighttp` for all optional sections This means a bunch of breaking changes. I think it is unfeasible to...
#### Description As part of https://github.com/open-telemetry/sig-end-user/issues/11, this adds a subscript paragraph to all issue templates to help end-users and other community members interact with issues. This change is accompanied by...
Add testable examples to https://pkg.go.dev/go.opentelemetry.io/collector/pdata. There's a lot of things that would benefit from examples here, I suggest to start with a single type and add examples for it
#### Description Adds code to marshal/unmarshal current SpanContext in the persistent queue. This will enable proper tracking of internal telemetry (these internal spans were getting dropped when using storage/persistent queue)....
#### Description This PR introduces optional log file rotation support to the OpenTelemetry Collector's internal telemetry logging system using the [lumberjack](https://pkg.go.dev/gopkg.in/natefinch/lumberjack.v2) log rolling library. The enhancement enables better control over...
### Component(s) exporter/exporterhelper ### What happened? **Describe the bug** When the size of a single data item (such as a record, span, or datapoint) exceeds the limit, it can cause...
### Component(s) cmd/builder ### What happened? **Describe the bug** The help text for `--skip-get-modules` describes that the flag will skip updating go.mod and retrieving Go modules. The builder, when ran,...