Uses of Class
io.prometheus.metrics.config.ExporterFilterProperties.Builder
-
Uses of ExporterFilterProperties.Builder in io.prometheus.metrics.config
Methods in io.prometheus.metrics.config that return ExporterFilterProperties.BuilderModifier and TypeMethodDescriptionExporterFilterProperties.Builder.allowedNames(String... allowedNames) Only allowed metric names will be exposed.ExporterFilterProperties.Builder.allowedPrefixes(String... allowedPrefixes) Only metrics with a name starting with an allowed prefix will be exposed.ExporterFilterProperties.builder()ExporterFilterProperties.Builder.excludedNames(String... excludedNames) Excluded metric names will not be exposed.ExporterFilterProperties.Builder.excludedPrefixes(String... excludedPrefixes) Metrics with a name starting with an excluded prefix will not be exposed.