public static class Collector.MetricFamilySamples extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Collector.MetricFamilySamples.Sample
A single Sample, with a unique name and set of labels.
|
Modifier and Type | Field and Description |
---|---|
String |
help |
String |
name |
List<Collector.MetricFamilySamples.Sample> |
samples |
Collector.Type |
type |
Constructor and Description |
---|
MetricFamilySamples(String name,
Collector.Type type,
String help,
List<Collector.MetricFamilySamples.Sample> samples) |
public final Collector.Type type
public final List<Collector.MetricFamilySamples.Sample> samples
public MetricFamilySamples(String name, Collector.Type type, String help, List<Collector.MetricFamilySamples.Sample> samples)
Copyright © 2018. All rights reserved.