Replies: 1 comment
-
cc @pcwiese as the code owner |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm just trying to double check before starting an issue - is it something wrong with my setup or it is a bug in the azuremonitor exporter? When logs section of the collector config contains "azuremonitor" exporter, otel collector does not start in a docker-compose with message Error: cannot build exporters: pipeline "logs" of data type "logs" has an exporter azuremonitor, which does not support that data type"
pipeline setup:
service:
pipelines:
traces:
receivers: [otlp]
processors: [batch]
exporters: [logging, zipkin, azuremonitor]
metrics:
receivers: [otlp]
processors: [batch]
exporters: [logging, prometheus]
logs:
receivers: [otlp]
processors: []
exporters: [logging, azuremonitor]
Has anybody come across the same problem?
Br
Beta Was this translation helpful? Give feedback.
All reactions