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 classAbstractMetricsReporterFields in org.nuxeo.runtime.metrics with type parameters of type MetricsReporter Modifier and Type Field Description Class<? extends MetricsReporter>MetricsReporterDescriptor. klassprotected List<MetricsReporter>MetricsServiceImpl. reportersMethods in org.nuxeo.runtime.metrics that return MetricsReporter Modifier and Type Method Description MetricsReporterMetricsReporterDescriptor. 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 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 MetricsReporter in org.nuxeo.runtime.stream
Classes in org.nuxeo.runtime.stream that implement MetricsReporter Modifier and Type Class Description classStreamMetricsNuxeoReporterA Specialized Nuxeo Metrics Reporter that sends only Nuxeo Stream metrics into a Stream.
-