Uses of Interface
de.iip_ecosphere.platform.support.metrics.MeterFilter
Packages that use MeterFilter
-
Uses of MeterFilter in de.iip_ecosphere.platform.support.metrics
Methods in de.iip_ecosphere.platform.support.metrics that return MeterFilterModifier and TypeMethodDescriptionstatic MeterFilterMetricsFactory.acceptNameStartsWith(String prefix) Creates a filter for meters that start with the provided name should be present in published metrics.abstract MeterFilterMetricsFactory.createFilterAcceptNameStartsWith(String prefix) Creates a filter for meters that start with the provided name should be present in published metrics.abstract MeterFilterMetricsFactory.createFilterDeny()Creates a filter excluding all meter in published metrics.abstract MeterFilterMetricsFactory.createFilterDenyNameStartsWith(String prefix) Creates a filter for meters that start with the provided name prefix should NOT be present in published metrics.static MeterFilterMetricsFactory.deny()Creates a filter excluding all meter in published metrics.static MeterFilterMetricsFactory.denyNameStartsWith(String prefix) Creates a filter for meters that start with the provided name prefix should NOT be present in published metrics.Methods in de.iip_ecosphere.platform.support.metrics with parameters of type MeterFilterModifier and TypeMethodDescriptionMeterRegistry.Config.meterFilter(MeterFilter filter) Adds a meter filter to the registry.