Package | Description |
---|---|
io.prometheus.client |
Modifier and Type | Class and Description |
---|---|
static class |
SimpleCollector.Builder<B extends SimpleCollector.Builder<B,C>,C extends SimpleCollector>
Builders let you configure and then create collectors.
|
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.