Click or drag to resize

IMetricsRegistryTMetricCounters Property

Dictionary with counter metrics.

Namespace:  Cassandra.Metrics
Assembly:  Cassandra (in Cassandra.dll) Version: 3.12.0
Syntax
C#
IReadOnlyDictionary<TMetric, IDriverCounter> Counters { get; }

Property Value

Type: IReadOnlyDictionaryTMetric, IDriverCounter
See Also