| Package | Description |
|---|---|
| fish.payara.microprofile.metrics.writer |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonExporter
Writes
Metrics according to the MicroPrfile Metrics 2.3 standard for JSON format as defined in microprofile-metrics-spec-2.3.pdf. |
class |
OpenMetricsExporter
Writes
Metrics according to the OpenMetrics standard as defined in microprofile-metrics-spec-2.3.pdf. |
| Modifier and Type | Method and Description |
|---|---|
default MetricExporter |
MetricExporter.in(org.eclipse.microprofile.metrics.MetricRegistry.Type scope) |
MetricExporter |
MetricExporter.in(org.eclipse.microprofile.metrics.MetricRegistry.Type scope,
boolean asNode)
Creates a new
MetricExporter with the provided scope. |
MetricExporter |
JsonExporter.in(org.eclipse.microprofile.metrics.MetricRegistry.Type scope,
boolean asNode) |
MetricExporter |
OpenMetricsExporter.in(org.eclipse.microprofile.metrics.MetricRegistry.Type scope,
boolean asNode) |
| Constructor and Description |
|---|
MetricsWriterImpl(MetricExporter exporter,
Supplier<Set<String>> registryNames,
Function<String,org.eclipse.microprofile.metrics.MetricRegistry> getMetricsRegistryByName) |
Copyright © 2020. All rights reserved.