public class PrometheusScrapeOutput extends Object implements ScrapeOutput<Config.PrometheusScrapeRule>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PrometheusScrapeOutput.PrometheusMetricOutput |
| Modifier and Type | Field and Description |
|---|---|
static net.thisptr.jackson.jq.JsonQuery |
DEFAULT_TRANSFORM |
| Constructor and Description |
|---|
PrometheusScrapeOutput(net.thisptr.jackson.jq.Scope scope,
PrometheusScrapeOutput.PrometheusMetricOutput output) |
PrometheusScrapeOutput(net.thisptr.jackson.jq.Scope scope,
PrometheusScrapeOutput.PrometheusMetricOutput output,
Consumer<com.fasterxml.jackson.databind.JsonNode> debugOutput) |
public static final net.thisptr.jackson.jq.JsonQuery DEFAULT_TRANSFORM
public PrometheusScrapeOutput(net.thisptr.jackson.jq.Scope scope,
PrometheusScrapeOutput.PrometheusMetricOutput output)
public PrometheusScrapeOutput(net.thisptr.jackson.jq.Scope scope,
PrometheusScrapeOutput.PrometheusMetricOutput output,
Consumer<com.fasterxml.jackson.databind.JsonNode> debugOutput)
public void emit(Sample<Config.PrometheusScrapeRule> sample)
emit in interface ScrapeOutput<Config.PrometheusScrapeRule>Copyright © 2019. All rights reserved.