| Modifier and Type | Field and Description |
|---|---|
static String |
SMALLRYE_METRICS_USE_PREFIX_FOR_SCOPE |
| Constructor and Description |
|---|
OpenMetricsExporter() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
exportAllScopes() |
StringBuilder |
exportMetricsByName(org.eclipse.microprofile.metrics.MetricRegistry.Type scope,
String name)
Exports all metrics with the given name inside the given scope.
|
StringBuilder |
exportOneMetric(org.eclipse.microprofile.metrics.MetricRegistry.Type scope,
org.eclipse.microprofile.metrics.MetricID metricID)
Exports just one metric obtained from a scope using its MetricID.
|
StringBuilder |
exportOneScope(org.eclipse.microprofile.metrics.MetricRegistry.Type scope) |
String |
getContentType() |
static String |
quoteHelpText(String value) |
static String |
quoteValue(String value) |
public static final String SMALLRYE_METRICS_USE_PREFIX_FOR_SCOPE
public StringBuilder exportOneScope(org.eclipse.microprofile.metrics.MetricRegistry.Type scope)
exportOneScope in interface Exporterpublic StringBuilder exportAllScopes()
exportAllScopes in interface Exporterpublic StringBuilder exportOneMetric(org.eclipse.microprofile.metrics.MetricRegistry.Type scope, org.eclipse.microprofile.metrics.MetricID metricID)
ExporterexportOneMetric in interface Exporterpublic StringBuilder exportMetricsByName(org.eclipse.microprofile.metrics.MetricRegistry.Type scope, String name)
ExporterexportMetricsByName in interface Exporterpublic String getContentType()
getContentType in interface ExporterCopyright © 2018–2020. All rights reserved.