Package | Description |
---|---|
org.springframework.boot.actuate.metrics.jmx |
Metrics integration with JMX.
|
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.statsd |
Metrics integration with Statsd.
|
org.springframework.boot.actuate.metrics.writer |
Support for writing metrics.
|
Modifier and Type | Method and Description |
---|---|
void |
JmxMetricWriter.increment(Delta<?> delta) |
Modifier and Type | Method and Description |
---|---|
void |
InMemoryMetricRepository.increment(Delta<?> delta) |
void |
InMemoryMultiMetricRepository.increment(String group,
Delta<?> delta) |
Modifier and Type | Method and Description |
---|---|
void |
RedisMetricRepository.increment(Delta<?> delta) |
void |
RedisMultiMetricRepository.increment(String group,
Delta<?> delta) |
Modifier and Type | Method and Description |
---|---|
void |
InMemoryRichGaugeRepository.increment(Delta<?> delta) |
Modifier and Type | Method and Description |
---|---|
void |
StatsdMetricWriter.increment(Delta<?> delta) |
Modifier and Type | Method and Description |
---|---|
void |
MessageChannelMetricWriter.increment(Delta<?> delta) |
void |
CounterWriter.increment(Delta<?> delta)
Increment the value of a metric (or decrement if the delta is negative).
|
void |
CompositeMetricWriter.increment(Delta<?> delta) |
void |
PrefixMetricWriter.increment(String group,
Delta<?> delta)
Increment the value of a metric (or decrement if the delta is negative).
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.