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.** Per open-telemetry/opentelemetry-collector-releases/pull/164, we want to promote usage of the OpenTelemetry Collector Builder so that people build their own distribution with...

enhancement
area:builder

The contrib repo has updated its changelog procedure to reduce friction for PRs / users. This issue is an open question whether or not the core repo should follow the...

**Is your feature request related to a problem? Please describe.** Especially hen getting started in the ecosystem, it would be helpful for the collector to be able to show which...

**Describe the bug** When upgrading from 0.37.0 to 0.42.0 getting spammed with the below log messages over and over. ```2022-01-25T16:40:11.352Z warn zapgrpc/zapgrpc.go:191 [core] grpc: Server.Serve failed to create ServerTransport: connection...

bug

The following lint errors started showing up after the latest upgrade to golangci-lint: ``` golangci-lint run config/confighttp/confighttp.go:321:10: G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server (gosec)...

release:required-for-ga

The following [change](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/10821) in contrib caused a breaking change for a component identified as `stable`. This would cause existing users of the component to break when upgrading their collector if...

discussion-needed
priority:p1

**Is your feature request related to a problem? Please describe.** Make ocb easier to install and update to the latest release. **Describe the solution you'd like** Add a Homebrew tap...

area:builder
os:macos

**Is your feature request related to a problem? Please describe.** There have been several asks for some way of printing the full Collector configuration (see #5223, #1791 and https://github.com/open-telemetry/opentelemetry-collector/issues/5615#issuecomment-1172609483). This...

enhancement
area:config

Once the move from OC to OpenTelemetry SDK happens (#816), we need to enhance the contributing guideline with information on how component developers can add metrics to their own code....

**Describe the bug** Collector w/ prometheus receiver reports metrics and that scraping is successful when component that is suppose to emit metrics does not exist **Steps to reproduce** Run collector...

bug