public class PrometheusExporterServerHandler extends Object
| Constructor | Description |
|---|---|
PrometheusExporterServerHandler(List<Config.PrometheusScrapeRule> rules,
net.thisptr.jackson.jq.JsonQuery labels) |
| Modifier and Type | Method | Description |
|---|---|---|
fi.iki.elonen.NanoHTTPD.Response |
handleGetMBeans() |
|
fi.iki.elonen.NanoHTTPD.Response |
handleGetMetrics() |
|
fi.iki.elonen.NanoHTTPD.Response |
handleGetMetricsRaw() |
public PrometheusExporterServerHandler(List<Config.PrometheusScrapeRule> rules, net.thisptr.jackson.jq.JsonQuery labels)
public fi.iki.elonen.NanoHTTPD.Response handleGetMetrics()
throws IntrospectionException,
InstanceNotFoundException,
ReflectionException,
IOException
public fi.iki.elonen.NanoHTTPD.Response handleGetMBeans()
throws IntrospectionException,
InstanceNotFoundException,
ReflectionException,
IOException
public fi.iki.elonen.NanoHTTPD.Response handleGetMetricsRaw()
throws IntrospectionException,
InstanceNotFoundException,
ReflectionException,
IOException
Copyright © 2018. All rights reserved.