You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: autometrics/src/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ If you require more customization than these offered feature flags, enable just
154
154
> If you are exporting metrics yourself rather than using the `prometheus-exporter`, you must ensure that you are using the exact same version of the metrics library as `autometrics` (and it must come from `crates.io` rather than git or another source). If not, the autometrics metrics will not appear in your exported metrics.
155
155
156
156
-`opentelemetry-0_24` - use the [opentelemetry](https://crates.io/crates/opentelemetry) crate for producing metrics.
157
-
-`metrics-0_21` - use the [metrics](https://crates.io/crates/metrics) crate for producing metrics
157
+
-`metrics-0_24` - use the [metrics](https://crates.io/crates/metrics) crate for producing metrics
158
158
-`prometheus-0_13` - use the [prometheus](https://crates.io/crates/prometheus) crate for producing metrics
159
159
-`prometheus-client-0_22` - use the official [prometheus-client](https://crates.io/crates/prometheus-client) crate for producing metrics
0 commit comments