Interface | Description |
---|---|
MetricsService |
The metrics service mainly allows to return a snapshot of measured objects.
|
Class | Description |
---|---|
DropwizardMetricsOptions |
Vert.x Dropwizard metrics configuration.
|
DropwizardMetricsOptionsConverter |
Converter and mapper for
DropwizardMetricsOptions . |
Match |
A match for a value.
|
MatchConverter |
Converter and mapper for
Match . |
ScheduledMetricsConsumer |
TODO - support listening to more than one Measured
|
ThroughputMeter |
A throughput metric, wraps a
Meter object to provide a one second instant
throughput value returned by ThroughputMeter.getValue() . |
ThroughputTimer |
A throughput metric, wraps a
Meter object to provide a one second instant
throughput value returned by ThroughputTimer.getValue() . |
Enum | Description |
---|---|
MatchType |
The type of match.
|
Copyright © 2023 Eclipse. All rights reserved.