Class ServiceIdDimensionProcessor
java.lang.Object
ai.vespa.metricsproxy.http.application.ServiceIdDimensionProcessor
- All Implemented Interfaces:
MetricsProcessor
Copies the value of the internally used 'instance' dimension to the more aptly named 'serviceId'.
- Author:
- gjoranv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(MetricsPacket.Builder builder) Processes the metrics packet builder in-place.
-
Constructor Details
-
ServiceIdDimensionProcessor
public ServiceIdDimensionProcessor()
-
-
Method Details
-
process
Description copied from interface:MetricsProcessorProcesses the metrics packet builder in-place.- Specified by:
processin interfaceMetricsProcessor
-