-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azuremonitorexporter does not implement ExportSpans #27053
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
I don't believe this is the default functionality of the exporters defined in the OpenTelemetry Collector. I believe you need to use an exporter defined in this package, which is distinct from the collector and its exporters. You also have some more exporter options defined here. If your goal is to export data to Azure monitor you have a couple possible options:
Sorry for the confusion here, I realize multiple usages of the word Feel free to let me know if I misunderstood your question, or if you have any others! |
I'm going to close the issue, but feel free to let us know if you have any other questions! |
Heyyo! I'm actually trying to do ALMOST exactly the same thing here and I'm also running into this exporter not supporting ExportSpans. Is the AzureMonitorExporter supposed to be used differently? |
Component(s)
exporter/azuremonitor
Describe the issue you're reporting
I am having trouble understanding why the NewFactory and CreateTracesExporter won't match with the WithBatcher.
azExporter
does not implementExportSpans
.Am I doing something wrong here, or is there something that is outdated?
The text was updated successfully, but these errors were encountered: