Class NuxeoDynatraceReporter.Builder
java.lang.Object
org.nuxeo.runtime.metrics.reporter.patch.NuxeoDynatraceReporter.Builder
- Enclosing class:
- NuxeoDynatraceReporter
Builder for creating NuxeoDynatraceReporter instances.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withDeniedExpansions(Set<io.dropwizard.metrics5.MetricAttribute> deniedExpansions) withDimensions(Map<String, String> dimensions) withEmptyTimerAsCount(boolean emptyTimerAsCount) withFilter(io.dropwizard.metrics5.MetricFilter filter) withHostname(String hostname) withPort(int port) withPrefix(String prefix)
-
Constructor Details
-
Builder
public Builder(io.dropwizard.metrics5.MetricRegistry registry)
-
-
Method Details
-
withHost
-
withPort
-
withPrefix
-
withHostname
-
withDimensions
-
withFilter
-
withDeniedExpansions
public NuxeoDynatraceReporter.Builder withDeniedExpansions(Set<io.dropwizard.metrics5.MetricAttribute> deniedExpansions) -
withEmptyTimerAsCount
-
build
-