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.newBuilder()ExporterFilterProperties.Builder.withAllowedNames(String... allowedNames) Only allowed metric names will be exposed.ExporterFilterProperties.Builder.withAllowedPrefixes(String... allowedPrefixes) Only metrics with a name starting with an allowed prefix will be exposed.ExporterFilterProperties.Builder.withExcludedNames(String... excludedNames) Excluded metric names will not be exposed.ExporterFilterProperties.Builder.withExcludedPrefixes(String... excludedPrefixes) Metrics with a name starting with an excluded prefix will not be exposed.