| Constructor and Description |
|---|
JsonMetadataExporter() |
| 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() |
public String getContentType()
getContentType in interface Exporterpublic 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 ExporterCopyright © 2018–2019. All rights reserved.