Click or drag to resize

IDriverMetricsNodeMetrics Property

Exposes node metrics for the hosts used in requests executed by the session from which this instance was retrieved. See GetMetrics.

Namespace:  Dse.Metrics
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
IReadOnlyDictionary<Host, IMetricsRegistry<NodeMetric>> NodeMetrics { get; }

Property Value

Type: IReadOnlyDictionaryHost, IMetricsRegistryNodeMetric
See Also