| Interface | Description |
|---|---|
| MetricsAggregator |
Single endpoint of metrics aggregation which goals and work principles highly depend on implementation
|
| MetricsService |
Service for metric registration
|
| Class | Description |
|---|---|
| AggregatingMetricsService |
Default
MetricsService implementation, sending metrics to metrics aggregators by
defined routes. |
| NullMetricsAggregator |
This aggregator implementation does nothing with metrics.
|