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

**Is your feature request related to a problem? Please describe.** Tempo supports multitenancy using an HTTP header (such as "X-Scope-OrgID"). With the current implementation of the OTEL exporter, we need...

**Description:** Add `Marshal` function to `confmap`. Update types implementing `encoding.TextUnmarshaler` to implement `encoding.TextMarshaler` as well. Add a mapstructure encoder that encodes the config provided using the existing mapstructure tags. **Link...

Signed-off-by: Bogdan

Skip Changelog

Signed-off-by: Ziqi Zhao **Description:** Fix #5612 Add a build tag parameter for builder

**Description:** Embed the build configuration that is used to build otelcorecol into ocb so that end users can easily generate a useful collector. This makes the `--config` flag optional again....

**Description:** I started a POC for status reporting in https://github.com/open-telemetry/opentelemetry-collector/pull/5158. That PR served as a good starting point for discussion and feedback, but the implementation has changed direction enough, that...

Stale

### Is your feature request related to a problem? Please describe. Currently, all metrics emitted in otel collector have [namespace set ](https://github.com/open-telemetry/opentelemetry-collector/blob/main/service/telemetry.go#L176)to `otelcol`. If the otel collector user adds their...

**Description:** Adding a configuration that allows user to configure their metrics namespace **Link to tracking Issue:** https://github.com/open-telemetry/opentelemetry-collector/issues/5692 **Testing:** Added a unit test to verify namespace can be customized **Documentation:** Added...