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:  Cassandra.Metrics.Abstractions
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
void ShutdownMetricsBucket(
	string bucket
)

Parameters

bucket
Type: SystemString
See Also