Class ClusterIdDimensionProcessor
java.lang.Object
ai.vespa.metricsproxy.http.application.ClusterIdDimensionProcessor
- All Implemented Interfaces:
MetricsProcessor
Replaces the current cluster ID dimension value with "clustertype/clusterid".
- Author:
- gjoranv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(MetricsPacket.Builder builder) Processes the metrics packet builder in-place.
-
Constructor Details
-
ClusterIdDimensionProcessor
public ClusterIdDimensionProcessor()
-
-
Method Details
-
process
Description copied from interface:MetricsProcessorProcesses the metrics packet builder in-place.- Specified by:
processin interfaceMetricsProcessor
-