Click or drag to resize

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
C#
void ShutdownMetricsBucket(
	string bucket
)

Parameters

bucket
Type: SystemString
See Also