opentelemetry-collector icon indicating copy to clipboard operation
opentelemetry-collector copied to clipboard

OpenTelemetry Collector

Results 925 opentelemetry-collector issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

bug

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

receiver/otlp

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...

area:pipeline

### 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...

bug