frigus02 / opentelemetry-application-insights

OpenTelemetry exporter for Azure Application Insights
MIT License
22 stars 12 forks source link

Support for opentelemetry-appender-log #80

Closed llamington closed 1 month ago

llamington commented 1 month ago

Is there currently any ability to support exporting logs through opentelemetry-appender-log? This crate does not seem to expose a LogExporter.

frigus02 commented 1 month ago

Ah yes. Log export is not supported, yet. We can probably implement that similar to https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/monitor/monitor-opentelemetry-exporter/src/utils/logUtils.ts

llamington commented 1 month ago

Please let me know if you would like a hand with anything regarding this issue

frigus02 commented 1 month ago

I will probably continue working on this on the weekend. If you like to test the current state and add some tests (e.g. in tests/http_request.rs) or examples, I'll happily take those :-). Could be a PR to the logs branch.

frigus02 commented 1 month ago

I pushed version 0.33.0 to crates.io, which supports log export.