Uses of Interface
com.google.api.gax.tracing.MetricsRecorder
Packages that use MetricsRecorder
-
Uses of MetricsRecorder in com.google.api.gax.tracing
Classes in com.google.api.gax.tracing that implement MetricsRecorderModifier and TypeClassDescriptionclassOpenTelemetry implementation of recording metrics.Fields in com.google.api.gax.tracing declared as MetricsRecorderConstructors in com.google.api.gax.tracing with parameters of type MetricsRecorderModifierConstructorDescriptionMetricsTracer(MethodName methodName, MetricsRecorder metricsRecorder) MetricsTracerFactory(MetricsRecorder metricsRecorder) Creates a MetricsTracerFactory with no additional client level attributes.MetricsTracerFactory(MetricsRecorder metricsRecorder, Map<String, String> attributes) Pass in a Map of client level attributes which will be added to every single MetricsTracer created from the ApiTracerFactory.