Package | Description |
---|---|
io.prometheus.client |
Modifier and Type | Class and Description |
---|---|
class |
Counter
Counter metric, to track counts of events or running totals.
|
class |
Gauge
Gauge metric, to report instantaneous values.
|
class |
Histogram
Histogram metric, to track distributions of events.
|
class |
Summary
Summary metric, to track the size of events.
|
Copyright © 2018. All Rights Reserved.