public class PrometheusMetric extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,com.fasterxml.jackson.databind.JsonNode> |
labels |
String |
name |
Long |
timestamp |
double |
value |
| Constructor and Description |
|---|
PrometheusMetric() |
| Modifier and Type | Method and Description |
|---|---|
static PrometheusMetric |
fromJsonNode(com.fasterxml.jackson.databind.JsonNode tree) |
public static PrometheusMetric fromJsonNode(com.fasterxml.jackson.databind.JsonNode tree)
Copyright © 2019. All rights reserved.