Uses of Interface
org.nuxeo.runtime.metrics.MetricsReporter
-
Packages that use MetricsReporter Package Description org.nuxeo.runtime.metrics org.nuxeo.runtime.metrics.reporter org.nuxeo.runtime.stream -
-
Uses of MetricsReporter in org.nuxeo.runtime.metrics
Classes in org.nuxeo.runtime.metrics that implement MetricsReporter Modifier and Type Class Description class
AbstractMetricsReporter
Fields in org.nuxeo.runtime.metrics with type parameters of type MetricsReporter Modifier and Type Field Description Class<? extends MetricsReporter>
MetricsReporterDescriptor. klass
protected List<MetricsReporter>
MetricsServiceImpl. reporters
Methods in org.nuxeo.runtime.metrics that return MetricsReporter Modifier and Type Method Description MetricsReporter
MetricsReporterDescriptor. newInstance()
-
Uses of MetricsReporter in org.nuxeo.runtime.metrics.reporter
Classes in org.nuxeo.runtime.metrics.reporter that implement MetricsReporter 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 MetricsReporter in org.nuxeo.runtime.stream
Classes in org.nuxeo.runtime.stream that implement MetricsReporter Modifier and Type Class Description class
StreamMetricsNuxeoReporter
A Specialized Nuxeo Metrics Reporter that sends only Nuxeo Stream metrics into a Stream.
-