Uses of Class
org.nuxeo.runtime.metrics.reporter.patch.NuxeoDatadogReporter.Expansion
-
Packages that use NuxeoDatadogReporter.Expansion Package Description org.nuxeo.runtime.metrics.reporter org.nuxeo.runtime.metrics.reporter.patch -
-
Uses of NuxeoDatadogReporter.Expansion in org.nuxeo.runtime.metrics.reporter
Methods in org.nuxeo.runtime.metrics.reporter that return types with arguments of type NuxeoDatadogReporter.Expansion Modifier and Type Method Description protected EnumSet<NuxeoDatadogReporter.Expansion>
DatadogReporter. getExpansions(Set<io.dropwizard.metrics5.MetricAttribute> deniedExpansions)
-
Uses of NuxeoDatadogReporter.Expansion in org.nuxeo.runtime.metrics.reporter.patch
Fields in org.nuxeo.runtime.metrics.reporter.patch with type parameters of type NuxeoDatadogReporter.Expansion Modifier and Type Field Description static EnumSet<NuxeoDatadogReporter.Expansion>
NuxeoDatadogReporter.Expansion. ALL
Methods in org.nuxeo.runtime.metrics.reporter.patch that return NuxeoDatadogReporter.Expansion Modifier and Type Method Description static NuxeoDatadogReporter.Expansion
NuxeoDatadogReporter.Expansion. valueOf(String name)
Returns the enum constant of this type with the specified name.static NuxeoDatadogReporter.Expansion[]
NuxeoDatadogReporter.Expansion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.nuxeo.runtime.metrics.reporter.patch with type arguments of type NuxeoDatadogReporter.Expansion Modifier and Type Method Description NuxeoDatadogReporter.Builder
NuxeoDatadogReporter.Builder. withExpansions(EnumSet<NuxeoDatadogReporter.Expansion> expansions)
-