IDriverMetricsProviderShutdownMetricsBucket Method |
Shutdowns/Disposes metrics created with the provided bucket. This is especially useful to stop gauges which are supposed to run on a loop.
Namespace:
Dse.Metrics.Abstractions
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax void ShutdownMetricsBucket(
string bucket
)
Parameters
- bucket
- Type: SystemString
See Also