File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,13 @@ $ firefox http://localhost:16686/
103
103
104
104
## Feature Flags
105
105
106
- - ` metrics ` : Enables the [ ` MetricsSubscriber ` ] type, a [ subscriber ] that
106
+ - ` metrics ` : Enables the [ ` MetricsLayer ` ] type, a [ layer ] that
107
107
exports OpenTelemetry metrics from specifically-named events. This enables
108
108
the ` metrics ` feature flag on the ` opentelemetry ` crate.
109
109
110
+ [ `MetricsLayer` ] : https://docs.rs/tracing-opentelemetry/latest/tracing_opentelemetry/struct.MetricsLayer.html
111
+ [ layer ] : https://docs.rs/tracing-subscriber/latest/tracing_subscriber/layer/trait.Layer.html
112
+
110
113
## Supported Rust Versions
111
114
112
115
Tracing Opentelemetry is built against the latest stable release. The minimum
You can’t perform that action at this time.
0 commit comments