We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892032d commit 9331ef1Copy full SHA for 9331ef1
src/lib.rs
@@ -20,8 +20,8 @@
20
//! special fields are:
21
//!
22
//! * `otel.name`: Override the span name sent to OpenTelemetry exporters.
23
-//! Setting this field is useful if you want to display non-static information
24
-//! in your span name.
+//! Setting this field is useful if you want to display non-static information
+//! in your span name.
25
//! * `otel.kind`: Set the span kind to one of the supported OpenTelemetry [span kinds].
26
//! * `otel.status_code`: Set the span status code to one of the supported OpenTelemetry [span status codes].
27
//! * `otel.status_message`: Set the span status message.
0 commit comments