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 classDatadogReporterReports metrics to Datadog.classDatadogTraceReporterReports traces to Datadog agent.classGraphiteReporterReports metrics to Graphite.classJaegerReporterReports traces to Jaeger.classJmxReporterReports metrics to JMX.classPrometheusReporterReports metrics to Prometheus.classStackdriverReporterReports metrics to Google Stackdriver.classStackdriverTraceReporterReports trace to Google Stackdriver.classZipkinReporterReports traces to Zipkin.classZPageReporterExpose 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 classStreamMetricsNuxeoReporterA Specialized Nuxeo Metrics Reporter that sends only Nuxeo Stream metrics into a Stream.
-