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
* feat: Make the collector module public
This allows collecting the metrics without sending them to a
process-wide registered metrics-rs collector. Useful for integration
into other metrics clients.
|`dummy`| Enables a dummy collector that returns an empty `Metrics` on non-supported platforms. |
137
-
|`use-gauge-on-cpu-seconds-total`| Use a Gauge on `process_cpu_seconds_total` metrics instead of Counter to represent `f64` value. This is a previous behavior prior to version 2.0.0. |
|`dummy`| Enables a dummy collector that returns an empty `Metrics` on non-supported platforms. |
137
+
|`use-gauge-on-cpu-seconds-total`| Use a Gauge on `process_cpu_seconds_total` metrics instead of Counter to represent `f64` value. This is a previous behavior prior to version 2.0.0. |
138
+
| `metrics-rs` (enabled by default) | Enables the [metrics] integration. Can be removed to reduce dependencies if unused.
0 commit comments