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 |
SimpleCollector<Child>
|
class |
Summary
Summary metric, to track the size of events.
|
Modifier and Type | Method and Description |
---|---|
<T extends Collector> |
Collector.register()
Register the Collector with the default registry.
|
<T extends Collector> |
Collector.register(CollectorRegistry registry)
Register the Collector with the given registry.
|
<T extends Collector> |
SimpleCollector.setChild(Child child,
String... labelValues)
Replace the Child with the given labels.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectorRegistry.register(Collector m)
Register a Collector.
|
void |
CollectorRegistry.unregister(Collector m)
Unregister a Collector.
|
Copyright © 2018. All Rights Reserved.