Skip to content

Commit 6bc7dce

Browse files
authored
docs: fix REAEME MetricsLayer link (#44)
1 parent d9b18f2 commit 6bc7dce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,13 @@ $ firefox http://localhost:16686/
103103

104104
## Feature Flags
105105

106-
- `metrics`: Enables the [`MetricsSubscriber`] type, a [subscriber] that
106+
- `metrics`: Enables the [`MetricsLayer`] type, a [layer] that
107107
exports OpenTelemetry metrics from specifically-named events. This enables
108108
the `metrics` feature flag on the `opentelemetry` crate.
109109

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+
110113
## Supported Rust Versions
111114

112115
Tracing Opentelemetry is built against the latest stable release. The minimum

0 commit comments

Comments
 (0)