blob: 7e31609e8484ecc7996bba7f4fef40068ac3ff8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# otlp-file-exporter
This crate implements an OpenTelemetry exporter for writing [OTLP] JSON files to disk.
This at some point will be [implemented upstream],
at which point this crate will be deprecated,
but for now it's here.
License: MIT OR Apache-2.0
[OTLP]: https://opentelemetry.io/docs/specs/otel/protocol/file-exporter/
[implemented upstream]: https://github.com/open-telemetry/opentelemetry-rust/issues/2602
|