Click or drag to resize

IMetricsRegistryTMetricMetrics Property

Dictionary with metrics of all types. The values can be cast to the appropriate type interface (or the implementation that is provider specific).

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

Property Value

Type: IReadOnlyDictionaryTMetric, IDriverMetric
See Also