open-telemetry / opentelemetry-collector-contrib

Contrib repository for the OpenTelemetry Collector
https://opentelemetry.io
Apache License 2.0
3.11k stars 2.39k forks source link

Collector giving the 404 response while exporting the traces #36137

Open sonuverma1505 opened 1 month ago

sonuverma1505 commented 1 month ago

Describe your environment

collector version v0.109.0 K8s version v1.28.9

What happened?

Using the collector in AKS cluster and when its doing the export its giving the error collector version which we are using v0.109.0

2024-10-09T05:01:24.230Z debug azuremonitorexporter@v0.109.0/factory.go:139 Response: 404 {"kind": "exporter", "data_type": "logs", "name": "azuremonitor"}

Steps to Reproduce

Install the OpenTelemetry operator (version 0.109.0) and the collector using the Helm chart. Enable auto-instrumentation for your pod, and you will see errors related to this in the collector logs.

Expected Result

No 404 should be present in the logs

Actual Result

2024-10-09T05:01:24.230Z debug azuremonitorexporter@v0.109.0/factory.go:139 Response: 404 {"kind": "exporter", "data_type": "logs", "name": "azuremonitor"}

Additional context

No response

Would you like to implement a fix?

None

sonuverma1505 commented 3 weeks ago

Please let me know if any additional details are required

codeboten commented 3 weeks ago

This issue appears specific to the azuremonitorexporter, transferring to the contrib repo where that component lives

github-actions[bot] commented 3 weeks ago

Pinging code owners for exporter/azuremonitor: @pcwiese. See Adding Labels via Comments if you do not have permissions to add labels yourself.