| Package | Description |
|---|---|
| io.prometheus.client |
| Modifier and Type | Method and Description |
|---|---|
static Metrics.MetricType |
Metrics.MetricType.forNumber(int value) |
Metrics.MetricType |
Metrics.MetricFamilyOrBuilder.getType()
optional .io.prometheus.client.MetricType type = 3; |
Metrics.MetricType |
Metrics.MetricFamily.getType()
optional .io.prometheus.client.MetricType type = 3; |
Metrics.MetricType |
Metrics.MetricFamily.Builder.getType()
optional .io.prometheus.client.MetricType type = 3; |
static Metrics.MetricType |
Metrics.MetricType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Metrics.MetricType |
Metrics.MetricType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Metrics.MetricType |
Metrics.MetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metrics.MetricType[] |
Metrics.MetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Metrics.MetricType> |
Metrics.MetricType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Metrics.MetricFamily.Builder |
Metrics.MetricFamily.Builder.setType(Metrics.MetricType value)
optional .io.prometheus.client.MetricType type = 3; |
Copyright © 2018–2021 The Envoy Project. All rights reserved.