File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11//! # OpenTelemetry OTLP Exporter
22//!
3- //! The OTLP Exporter enables exporting telemetry data (logs, metrics, and traces) in the
3+ //! The OTLP Exporter enables exporting telemetry data (logs, metrics, and traces) in the
44//! OpenTelemetry Protocol (OTLP) format to compatible backends. These backends include:
5- //!
5+ //!
66//! - OpenTelemetry Collector
77//! - Open-source observability tools (Prometheus, Jaeger, etc.)
88//! - Vendor-specific monitoring platforms
102102//! After running your application configured with the OTLP exporter, view traces at:
103103//! `http://localhost:16686`
104104//!
105+ //! ## Using with Prometheus (TODO)
106+ //! ## Show Logs, Metrics too (TODO)
107+ //!
105108//! ## Performance
106109//!
107110//! For optimal performance, a batch exporting processor is recommended as the simple
You can’t perform that action at this time.
0 commit comments