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

Added trace id in debug log in otlphttpexporter **Description:** Enable cross correlation of log messages easier with parent trace id if this change is agreed by the community, suggestion is...

Signed-off-by: Bogdan

dependencies

* Dreprecate old APIs, add new APIs without "Data" Updates https://github.com/open-telemetry/opentelemetry-collector/issues/6081 Signed-off-by: Bogdan

**Is your feature request related to a problem? Please describe.** Right now, the collector reloads configuration whenever it [gets a notification](https://github.com/open-telemetry/opentelemetry-collector/blob/7545a294c9cf5f483e7a0f45034dae2c9bd9d089/service/collector.go#L173) from any of its configuration sources. In practice, this...

Currently all the setter and getter methods of `pcommon.Value` end with `Val` suffix, e.g.: `Value.BoolVal`, `Value.SetBoolVal`, `Value.MapVal` etc. The only reason for having the suffix is that otherwise we end...

discussion-needed
area:pdata

During the SIG meeting on August 10, we agreed that we'd do a proof-of-concept of Go Workspaces to simplify the management of versions (especially replaces statements) in the Go modules...

Currently, the collector uses OpenCensus API for internal observability https://github.com/open-telemetry/opentelemetry-collector/blob/0e1b2e323d398cf6cda500953c7896aa01c173b7/observability/observability.go#L25. These metrics should be probably migrated to OpenTelemetry API. Jaeger storage components use abstract metrics API and so we need...

help wanted
release:required-for-ga
spec:metrics

I was able to positively confirm that all modules had some effect when added to the go.work. For instance: ``` $ make install-tools cd ./internal/tools && go install github.com/client9/misspell/cmd/misspell cd...

Skip Changelog

Resolves https://github.com/open-telemetry/opentelemetry-collector/issues/6081