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

### Component(s) scraper/scraperhelper ### Describe the issue you're reporting As reported in this [issue](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/40350) for the sqlqueryreceiver, the scraperhelper's controller always runs scrapers in series. In the case of the...

### Component(s) docs/rfcs ### What happened? **Describe the bug** The env vars rfc is out of date. (https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/rfcs/env-vars.md#current-behavior) In https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG.md#v1110v01040, the syntax for environment variables was changed, but the documentation...

question
waiting-for-author

#### Description Add a `/-/reload` HTTP API to reload config #### Link to tracking issue Fixes #10264 #### Testing Manaul test: 1. start an otel-collector locally ``` ./bin/otelcorecol_darwin_amd64 --config ./examples/local/otel-config.yaml...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | golang.org/x/mod | `v0.24.0` -> `v0.25.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fmod/v0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fmod/v0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
renovatebot

This change makes it possible to propagate span context through the Collector with enable persistent queue. Currently, it is behind the exporter.PersistRequestContext feature gate, which can be enabled by adding...

#### Description This is an ongoing work to add : - In the endOp function of [ObsReport](receiver/receiverhelper/obsreport.go), errors are classified as either: - Downstream errors (refused) - when internal.IsDownstreamError(err) returns...

#### Description Addressing all GH workflow vulnerabilities reported reported by [zizmor](https://docs.zizmor.sh/). Zizmor scan output zizmor .github/workflows/ ⌥ fix/workflow-vulnerabilities INFO zizmor: skipping impostor-commit: can't run without a GitHub API token INFO...

Stale
release:risky-change

#### Description Enable X25519MLKEM768 for TLS 1.3. This requires bumping go to 1.24.0 #### Link to tracking issue #### Testing #### Documentation

#### Description When investigating an issue in contrib, it was discovered that the scraperhelper did not have a way to run scrapers in parallel and take advantage of the connection...

#### Description Continuation of https://github.com/open-telemetry/opentelemetry-collector/pull/11085. #### Link to tracking issue Fixes https://github.com/open-telemetry/opentelemetry-collector/issues/7047