Skip to content

Commit be601e3

Browse files
authored
Merge branch 'main' into cijothomas/log-resource
2 parents a14abe7 + cb149bf commit be601e3

File tree

1 file changed

+2
-1
lines changed
  • opentelemetry-stdout/src

1 file changed

+2
-1
lines changed

opentelemetry-stdout/src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
//! Export telemetry signals to stdout.
2-
//! This exporter is designed for debugging and learning purposes. It is not
2+
//! <div class="warning">This exporter is designed for debugging and learning purposes. It is not
33
//! recommended for use in production environments. The output format might not be
44
//! exhaustive and is subject to change at any time.
5+
//! </div>
56
//!
67
//! # Examples
78
//!

0 commit comments

Comments
 (0)