DriverMetricsOptionsSetEnabledNodeMetrics Method |
Enables specific node metrics. The available node metrics can be found as static readonly properties in
the
NodeMetric class, e.g.,
BytesSent.
There is also a property that returns a collection with the default node metrics (
DefaultNodeMetrics)
and one with all node metrics (
AllNodeMetrics).
Namespace:
Dse.Metrics
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax public DriverMetricsOptions SetEnabledNodeMetrics(
IEnumerable<NodeMetric> enabledNodeMetrics
)
Parameters
- enabledNodeMetrics
- Type: System.Collections.GenericIEnumerableNodeMetric
Return Value
Type:
DriverMetricsOptionsThis instance.
See Also