Package | Description |
---|---|
org.springframework.boot.actuate.metrics.export |
Metrics export support.
|
org.springframework.boot.actuate.metrics.repository |
Metrics repository support.
|
org.springframework.boot.actuate.metrics.repository.redis |
Metrics Redis repository support.
|
org.springframework.boot.actuate.metrics.rich |
Metrics rich gauge support.
|
org.springframework.boot.actuate.metrics.writer |
Metrics integration with Dropwizard Metrics.
|
Class and Description |
---|
MetricWriter
Basic strategy for write operations on
Metric data. |
PrefixMetricWriter
A writer for metrics that allows efficient storage of groups of metrics with a common
name prefix (their group name).
|
Class and Description |
---|
Delta
A value object representing an increment in a metric value (usually a counter).
|
MetricWriter
Basic strategy for write operations on
Metric data. |
PrefixMetricWriter
A writer for metrics that allows efficient storage of groups of metrics with a common
name prefix (their group name).
|
Class and Description |
---|
Delta
A value object representing an increment in a metric value (usually a counter).
|
MetricWriter
Basic strategy for write operations on
Metric data. |
PrefixMetricWriter
A writer for metrics that allows efficient storage of groups of metrics with a common
name prefix (their group name).
|
Class and Description |
---|
Delta
A value object representing an increment in a metric value (usually a counter).
|
MetricWriter
Basic strategy for write operations on
Metric data. |
Class and Description |
---|
Delta
A value object representing an increment in a metric value (usually a counter).
|
DropwizardMetricWriter
A
MetricWriter that send data to a Codahale MetricRegistry based on a
naming convention:
Updates to DropwizardMetricWriter.increment(Delta) with names in "meter.*" are treated as
Meter events
Other deltas are treated as simple Counter values
Inputs to DropwizardMetricWriter.set(Metric) with names in "histogram.*" are treated as
Histogram updates
Inputs to DropwizardMetricWriter.set(Metric) with names in "timer.*" are treated as Timer
updates
Other metrics are treated as simple Gauge values (single valued
measurements of type double)
|
MetricWriter
Basic strategy for write operations on
Metric data. |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.