Package | Description |
---|---|
io.prometheus.client |
Modifier and Type | Field and Description |
---|---|
Collector.Type |
Collector.MetricFamilySamples.type |
Modifier and Type | Method and Description |
---|---|
static Collector.Type |
Collector.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Collector.Type[] |
Collector.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected List<Collector.MetricFamilySamples> |
SimpleCollector.familySamplesList(Collector.Type type,
List<Collector.MetricFamilySamples.Sample> samples) |
Constructor and Description |
---|
MetricFamilySamples(String name,
Collector.Type type,
String help,
List<Collector.MetricFamilySamples.Sample> samples) |
Copyright © 2018. All Rights Reserved.