Skip to content

Commit 26200c3

Browse files
committed
nits and todo
1 parent 4dbb16a commit 26200c3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

opentelemetry-otlp/src/lib.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
@@ -102,6 +102,9 @@
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

0 commit comments

Comments
 (0)