| Class | Description |
|---|---|
| ConfigurableCodaHaleMetricFilter |
An implementation of @MetricFilter based upon an Archaius DynamicPropertyFactory
To enable this filter, the property 'filter.graphite.metrics' must be set to TRUE
If this is the case, metrics will be filtered unless METRIC_NAME = true is set in
the properties
eg HystrixCommand.IndiciaService.GetIndicia.countFailure = true
For detail on how the metric names are constructed, refer to the source of the
HystrixCodaHaleMetricsPublisherCommand
and
HystrixCodaHaleMetricsPublisherThreadPool
classes. |
| HystrixCodaHaleMetricsPublisher |
Coda Hale Metrics (https://github.com/codahale/metrics) implementation of
HystrixMetricsPublisher. |
| HystrixCodaHaleMetricsPublisherCollapser |
Implementation of
HystrixMetricsPublisherCollapser using Coda Hale Metrics (https://github.com/codahale/metrics) |
| HystrixCodaHaleMetricsPublisherCommand |
Implementation of
HystrixMetricsPublisherCommand using Coda Hale Metrics (https://github.com/codahale/metrics) |
| HystrixCodaHaleMetricsPublisherThreadPool |
Implementation of
HystrixMetricsPublisherThreadPool using Coda Hale Metrics (https://github.com/codahale/metrics) |