| Package | Description |
|---|---|
| org.cloudfoundry.logcache.v1 |
| Modifier and Type | Method and Description |
|---|---|
Metric |
Metric.Builder.build()
Builds a new
Metric. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Metric> |
Gauge.getMetrics()
The gauge metrics
|
| Modifier and Type | Method and Description |
|---|---|
Metric.Builder |
Metric.Builder.from(Metric instance)
Fill a builder with attribute values from the provided
Metric instance. |
Gauge.Builder |
Gauge.Builder.metric(String key,
Metric value)
Put one entry to the
metrics map. |
| Modifier and Type | Method and Description |
|---|---|
Gauge.Builder |
Gauge.Builder.metric(Map.Entry<String,? extends Metric> entry)
Put one entry to the
metrics map. |
Gauge.Builder |
Gauge.Builder.metrics(Map<String,? extends Metric> entries)
Sets or replaces all mappings from the specified map as entries for the
metrics map. |
Gauge.Builder |
Gauge.Builder.putAllMetrics(Map<String,? extends Metric> entries)
Put all mappings from the specified map as entries to
metrics map. |
Copyright © 2021. All rights reserved.