Click or drag to resize

IMetricsRegistryTMetric Interface

Metrics Registry.

Namespace:  Dse.Metrics
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public interface IMetricsRegistry<TMetric>
where TMetric : IMetric

Type Parameters

TMetric
Should be NodeMetric out SessionMetric.

The IMetricsRegistryTMetric type exposes the following members.

Properties
  NameDescription
Public propertyCounters
Dictionary with counter metrics.
Public propertyGauges
Dictionary with gauge metrics.
Public propertyMeters
Dictionary with meter metrics.
Public propertyMetrics
Dictionary with metrics of all types. The values can be cast to the appropriate type interface (or the implementation that is provider specific).
Public propertyTimers
Dictionary with timer metrics.
Top
See Also