Uses of Interface
ai.vespa.metricsproxy.metric.model.processing.MetricsProcessor
Packages that use MetricsProcessor
Package
Description
-
Uses of MetricsProcessor in ai.vespa.metricsproxy.http.application
Classes in ai.vespa.metricsproxy.http.application that implement MetricsProcessorModifier and TypeClassDescriptionclassReplaces the current cluster ID dimension value with "clustertype/clusterid".classEnsures that blocklisted dimensions are removed from the metric setclassCopies the value of the internally used 'instance' dimension to the more aptly named 'serviceId'. -
Uses of MetricsProcessor in ai.vespa.metricsproxy.metric.model.processing
Methods in ai.vespa.metricsproxy.metric.model.processing with parameters of type MetricsProcessorModifier and TypeMethodDescriptionstatic MetricsPacket.BuilderMetricsProcessor.applyProcessors(MetricsPacket.Builder builder, MetricsProcessor... processors) Helper method to apply a list of processors to a metrics packet builder.