opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
#### Description Fixes #10983
#### Description Fixes #10982
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/prometheus/client_golang](https://togithub.com/prometheus/client_golang) | `v1.20.1` -> `v1.20.2` | [](https://docs.renovatebot.com/merge-confidence/)...
Before stabilizing a module, an approver or maintainer must make sure that the following criteria have been met for at least two successive minor version releases (regardless of when this...
Before stabilizing a module, an approver or maintainer must make sure that the following criteria have been met for at least two successive minor version releases (regardless of when this...
Hi team, I am trying to run Unit tests for go.opentelemetry.io/[email protected] by using the command "go test ./...". I am getting the below error -> `=== RUN TestGetAvailableLocalIpv6Address testutil.go:116: Error...
**Describe the bug** _This issue was originally reported in CNCF slack by [Srinivas Bevara](https://cloud-native.slack.com/archives/C01N6P7KR6W/p1722488402533149) and confirmed by @codeboten who asked me to open this issue_ After Upgrade to v0.106.1 from...
**Is your feature request related to a problem? Please describe.** Currently, the authentication extension client interface supports HTTP and gRPC authentication. However, we would like to be able to authenticate...
The following error occurs in the builder unit tests during the creation of the new release: https://github.com/open-telemetry/opentelemetry-collector/actions/runs/10571488001/job/29287662515?pr=10973 ``` --- FAIL: TestGetModules/Exporter_Not_in_Gomod (0.34s) main_test.go:651: Error Trace: /home/runner/work/opentelemetry-collector/opentelemetry-collector/cmd/builder/internal/builder/main_test.go:651 Error: Received unexpected error:...
**Hello, I'm facing the following problem. I'll try to be brief. The metrics from my .net project are exported to my collector via OTLP correctly. I want to export these...