Uses of Class
org.nuxeo.runtime.metrics.AbstractMetricsReporter
-
Packages that use AbstractMetricsReporter Package Description org.nuxeo.runtime.metrics.reporter org.nuxeo.runtime.stream -
-
Uses of AbstractMetricsReporter in org.nuxeo.runtime.metrics.reporter
Subclasses of AbstractMetricsReporter in org.nuxeo.runtime.metrics.reporter Modifier and Type Class Description class
DatadogReporter
Reports metrics to Datadog.class
DatadogTraceReporter
Reports traces to Datadog agent.class
GraphiteReporter
Reports metrics to Graphite.class
JaegerReporter
Reports traces to Jaeger.class
JmxReporter
Reports metrics to JMX.class
PrometheusReporter
Reports metrics to Prometheus.class
StackdriverReporter
Reports metrics to Google Stackdriver.class
StackdriverTraceReporter
Reports trace to Google Stackdriver.class
ZipkinReporter
Reports traces to Zipkin.class
ZPageReporter
Expose zPages endpoint to control tracing. -
Uses of AbstractMetricsReporter in org.nuxeo.runtime.stream
Subclasses of AbstractMetricsReporter in org.nuxeo.runtime.stream Modifier and Type Class Description class
StreamMetricsNuxeoReporter
A Specialized Nuxeo Metrics Reporter that sends only Nuxeo Stream metrics into a Stream.
-