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

[Link to job log](https://github.com/open-telemetry/opentelemetry-collector/actions/runs/15447935142/job/43482491378)

ci-cd
area:builder

Add examples on how to build extensions to: https://pkg.go.dev/go.opentelemetry.io/collector/extension

Add examples for https://pkg.go.dev/go.opentelemetry.io/collector/confmap We already have some examples here, I think it would be good to have additional examples on: 1. Using the `Conf` API 2. Building a Converter...

Add testable examples to https://pkg.go.dev/go.opentelemetry.io/collector/component I think it would be nice to have examples for `ID` and `Type`.

Add testable examples to https://pkg.go.dev/go.opentelemetry.io/collector/featuregate. In particular: - Creating a feature gate, printing out its properies - Adding a feature gate to a register, setting its value, visiting all feature...

Debugging http otlp receiver cors settings is a bit more annoying than it needs to be: debug logging should include configured cors settings.

Stale

#### Description Implements alternative described here: https://github.com/open-telemetry/opentelemetry-collector/pull/13044#issuecomment-2887012020

### Component(s) _No response_ ### Describe the issue you're reporting I don't know if `middleware` would be where this is found, or how this would work. I'm experiencing occasional difficulty...

### Component(s) _No response_ ### Describe the issue you're reporting When you use `configtls.ServerConfig` or `configtls.ClientConfig`, our code eventually calls [`tls.NewListener`](https://pkg.go.dev/crypto/tls#NewListener). This method, as expected, has the following requirement: >...

enhancement
area:config