Modifier and Type | Class and Description |
---|---|
class |
SimpleCollector<Child,T extends SimpleCollector>
|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract <T extends SimpleCollector> |
SimpleCollector.Builder.create()
Return the constructed collector.
|
<T extends SimpleCollector> |
SimpleCollector.Builder.register()
Create and register the Collector with the default registry.
|
<T extends SimpleCollector> |
SimpleCollector.Builder.register(CollectorRegistry registry)
Create and register the Collector with the given registry.
|
Copyright © 2015. All rights reserved.