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

**Description:** As requested by @mx-psi , added a no-op log for when variables using the deprecated $VAR style are used. The logger should be replaced once it is clear how...

**Description:** add support for metrics in contract checker

**Description:** Simply renames a few structs in the `configtls` package for consistence. `TLSClientSetting` to `ClientConfig` `TLSServerSetting` to `ServerConfig` `TLSSetting` to `Config` **Link to tracking Issue:** Fixes #9474

release:required-for-ga

**Is your feature request related to a problem? Please describe.** 👋 I am interested in using the span flags available in the protocol https://github.com/open-telemetry/opentelemetry-proto/blob/9d139c87b52669a3e2825b835dd828b57a455a55/opentelemetry/proto/trace/v1/trace.proto#L112-L133. I don't see a way to...

Few others: * NetAddr -> AddrConfig? * NetTCP -> TCPConfig? _Originally posted by @bogdandrutu in https://github.com/open-telemetry/opentelemetry-collector/issues/9474#issuecomment-1930426896_

release:required-for-ga
area:config

**Description:** Support binding HTTP servers to a unix socket, and HTTP clients to connect to unix sockets. **Link to tracking Issue:** #8752 **Testing:** Unit tests. **Documentation:** Not yet

Stale

**Description:** Adding some synchronization for `Run` and `Shutdown` commands in `otelcol/collector.go` Should deal with all 3 requirements from the issue: 1. `Shutdown` be safe to be called at any point....

Stale

**Description:** This PR changes the logic associated with https endpoints handling to make it more obvious that it is overriding TLS settings. It keeps all other TLS settings rather than...

Stale

**Description:** warning and alert for using localhost which might go under DNS resolution and end up with an unexpected IP, risking security. **Link to tracking Issue:** #9338 **Documentation:** Added Waring...