opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
#### Description Move filter module to stable. #### Link to tracking issue Fixes #10349 This PR can be merged after https://github.com/open-telemetry/opentelemetry-collector/pull/10362 is merged.
#### Description Add to the package comment a set of guidelines for configtelemetry levels. #### Link to tracking issue Fixes #10286
Able to create a custom collector in JAVA . Or is it only GO supported The solution is expected to JAVA support otel collector auto generation code from proto and...
#### Description Improved logging of component start errors, so the log lines appear where they chronologically happen, rather than at the end. They also use the component logger, which makes...
### Component(s) exporter/otlp ### What happened? ## Description After upgrading opentelemetry-collector-contrib from version 0.81.0 to 0.101.0, otlp/elastic exporter is failing because it tries to send traces through the proxy set...
#### Description This adds profiles support for consumers. #### Link to tracking issue Based on the discussion in #10375.
#### Description Followup from https://github.com/open-telemetry/opentelemetry-collector/pull/10069 The end goal of this PR is to separate DataType from Type. DataType becomes an enum for Traces, Logs, and Metrics. Context (to quote @mx-psi):...
#### Description This is a WIP PR to explore schematising the Collector's config through the [Pkl language](https://pkl-lang.org/index.html). Each processor/exporter/receiver/connector would have to have a `.pkl` file instead of a `config.go`....
Follow up from https://github.com/open-telemetry/opentelemetry-collector/pull/10083
#### Description Point out that `config/configtls` also applies to HTTPS #### Link to tracking issue n/a #### Testing n/a #### Documentation n/a