opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
The collector is consuming excessive memory from internal spans For example, the `httpcheckreceiver`'s `otelhttp` instrumentation is holding on to a decent chunk of memory for its span attributes  There...
#### Description Removed an extra closing parenthesis. This corrects the formatting of the error message for unexpected sub-config value kinds. Found in: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/33268/files#diff-9137db5fde5eb0d6870425c0023cec1a5bdfe92f58f8a72e278b55635afc6e95R48 #### Link to tracking issue #### Testing...
**Is your feature request related to a problem? Please describe.** Formatting issue in confmap error: https://github.com/open-telemetry/opentelemetry-collector/blob/main/confmap/confmap.go#L140 The error contains an extra closing parenthesis: `unexpected sub-config value kind for key:%s value:%v...
#### Description Fixing a bug - a missing gomod field would be reported but without informing where in the config the field is missing. #### Link to tracking issue Fixes...
#### Description This PR adds in a new component to the exporterhelper called the concurrency sender. This component is meant to limit the concurrency of RPC's independent from the queue...
#### Description When upgrading beyond `v0.101.0` of `mdatagen` I ran into issues upgrading when running `golanglint-ci` because of unused imports. Namely, in `component_tests` the `component` was removed from [this commit](https://github.com/open-telemetry/opentelemetry-collector/compare/v0.101.0...v0.102.0?diff=split&w=#diff-abf7cf477183f2c7e2f9425655bea3a2e2060eaba8fb6aa9c9a9558017c21f1e)...
**Describe the bug** cross posting from here: https://github.com/open-telemetry/opentelemetry.io/issues/4738 After following the instructions up to [Running and debugging the receiver](https://opentelemetry.io/docs/collector/building/receiver/#running-and-debugging-the-receiver) I get unexpected output ``` ../go/pkg/mod/google.golang.org/[email protected]/status/status.go:35:2: ambiguous import: found package google.golang.org/genproto/googleapis/rpc/status...
**Describe the bug** Providing an empty gomod value in the builder configuration leads to an opaque error. **Steps to reproduce** 1. Specify a provider, extension, receiver, exporter, processor, or connector...
I am asking this as a question rather than a request maybe there is a way to do this. Maybe this is a duplicate of https://github.com/open-telemetry/opentelemetry-collector/issues/6986, but IMHO it is...
#### Description add a new default method to instantiate the HTTP server config. #### Link to tracking issue #9655