Open sonuverma1505 opened 1 month ago
Please let me know if any additional details are required
This issue appears specific to the azuremonitorexporter
, transferring to the contrib repo where that component lives
Pinging code owners for exporter/azuremonitor: @pcwiese. See Adding Labels via Comments if you do not have permissions to add labels yourself.
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