| Package | Description |
|---|---|
| me.snowdrop.istio.mixer.adapter.prometheus |
| Modifier and Type | Method and Description |
|---|---|
Kind |
MetricInfoFluentImpl.getKind() |
Kind |
MetricInfoFluent.getKind() |
Kind |
MetricInfo.getKind() |
static Kind |
Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kind[] |
Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricInfo.setKind(Kind kind) |
A |
MetricInfoFluentImpl.withKind(Kind kind) |
A |
MetricInfoFluent.withKind(Kind kind) |
| Constructor and Description |
|---|
MetricInfo(BucketsDefinition buckets,
String description,
String instanceName,
Kind kind,
List<String> labelNames,
String name,
String namespace) |
Copyright © 2017–2018 Red Hat. All rights reserved.