opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
This PR adds clear, testable documentation examples to the featuregate package. The examples demonstrate: - How to create a feature gate and print its properties. - How to register a...
TODOs: - Break down into mergable PRs - Metadata keys support
### Component(s) confmap, confmap/provider/envprovider ### What happened? **Describe the bug** I am trying to set a resource attribute to a string `foo: bar` via environment variable, but it does not...
Not something we have to decide here, and it's minor since it's largely internal, but how would you feel about calling this variable `hasValue` and renaming `hasValue` to `hasSome`? 1....
#### Description This PR adds the function `AsReadOnly` to the `pcommon.Map` and `pcommon.Slice`, which goal is to allow API users to create read-only shallow copies of those objects. This utility...
We could simplify these cases by extending the `Get()` to return (T, bool) instead. _Originally posted by @rogercoll in https://github.com/open-telemetry/opentelemetry-collector/pull/13119#discussion_r2126336996_
#### Description #### Link to tracking issue Fixes # #### Testing #### Documentation
This issue specifically covers end-to-end latency metric which is a part of overall pipeline metrics (#484). There are few things to consider here. ## Should there be one data point...
### Component(s) service ### What happened? **Describe the bug** The `error_output_paths` configuration doesn't behave the way I expected it to. I expected that setting this value in `service::telemetry::logs` would send...