Click or drag to resize

IMetricsRegistryTMetricMeters Property

Dictionary with meter metrics.

Namespace:  Cassandra.Metrics
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
IReadOnlyDictionary<TMetric, IDriverMeter> Meters { get; }

Property Value

Type: IReadOnlyDictionaryTMetric, IDriverMeter
See Also