# 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