Support for opentelemetry-appender-log
Closed this issue · 4 comments
llamington commented
Is there currently any ability to support exporting logs through opentelemetry-appender-log
? This crate does not seem to expose a LogExporter
.
frigus02 commented
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
Please let me know if you would like a hand with anything regarding this issue
frigus02 commented
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
I pushed version 0.33.0 to crates.io, which supports log export.