opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
**Describe the bug** A clear and concise description of what the bug is. In https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/roadmap.md#long-term-roadmap , there are some tasks `In Progress`, but no issue linking, it is difficult to...
While using batch processor for logs , the collector works fine for few time but suddenly a suspected memory leak occurs making memory to rise exponentially. No abnormality is recorded...
I would expect an empty address [`telemetry::metrics::address`] to return a validation error, instead of silently disabling telemetry. Do you think this is worth an issue? _Originally posted by @codeboten in...
Follow up to my question at #5648 **Is your feature request related to a problem? Please describe.** Not all releases of the otel collector come with a default configuration (linux,...
When running the collector without specifying a config file, the error message that is returned doesn't immediately make it clear to users what the problem is: ``` $ ./bin/otelcorecol_linux_amd64 Error:...
Auto-generated report for `test` job build. Link to failed build: https://circleci.com/gh/open-telemetry/opentelemetry-collector/74115 #### Test Failures - TestApplication_updateService - TestApplication_updateService/retire_service_ok_load_ok **Note**: Information about any subsequent build failures that happen while this issue...
**Describe the bug** Running `make` results in a panic in TestNewDefaultConfig. **Steps to reproduce** Run `make`. Alternatively run `cd cmd/builder/internal/builder && go test -race -run TestNewDefaultConfig` **What did you expect...
**Is your feature request related to a problem? Please describe.** We would like to observe the request flow from collector through various processing services. Currently collector provides starts a span...
**Is your feature request related to a problem? Please describe.** It's difficult to debug vendor specific issues when there is no way to log out the actual requests to and...
**Is your feature request related to a problem? Please describe.** A facility to access request params such as query string in addition to already existing headers would be useful in...