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.12.0
Syntax IReadOnlyDictionary<TMetric, IDriverMetric> Metrics { get; }
Property Value
Type:
IReadOnlyDictionaryTMetric,
IDriverMetricSee Also