aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src/logging/otlp_file_exporter.rs
Commit message (Collapse)AuthorAgeFilesLines
* Split OTLP exporter into separate crate.Wesley Aptekar-Cassels2026-08-101-83/+0
| | | | | This will allow this code to be shared between arti and arti-relay, and will also likely be useful for others in the ecosystem.
* arti: Bump the versions of our opentelemetry depsGabriela Moldovan2026-06-031-1/+1
| | | | Part of #2559
* arti: Add note about OpenTelemetry data model.Wesley Aptekar-Cassels2025-09-241-0/+3
|
* opentelemetry: Add note about lack of upstream OTLP exporter.Wesley Aptekar-Cassels2025-09-241-0/+3
|
* opentelemetry: Panic on mutex poison.Wesley Aptekar-Cassels2025-09-241-8/+1
|
* arti: Add experimental support for OpenTelemetry.Wesley Aptekar-Cassels2025-09-241-0/+84