This class computes generic metrics that can be observed in the lifecycle of an RPC operation.
The responsibility of recording metrics should delegate to MetricsRecorder, hence this
class should not have any knowledge about the observability framework used for metrics recording.
Add attributes that will be attached to all metrics. This is expected to be called by
handwritten client teams to add additional attributes that are not supposed be collected by
Gax.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The latest version available is 2.63.1, with a comprehensive list of previous versions dating back to 2.7.1, all of which are documented for `com.google.api.gax.tracing.MetricsTracer`."],["`MetricsTracer` is a class that implements `ApiTracer`, designed to compute generic metrics during the lifecycle of an RPC operation, delegating the actual recording to `MetricsRecorder`."],["The library is currently in a Beta stage, covered by the Pre-GA Offerings Terms, indicating it might have limited support and potential compatibility issues with other pre-GA versions."],["The `MetricsTracer` class includes a constructor, `MetricsTracer(MethodName methodName, MetricsRecorder metricsRecorder)`, which takes the `MethodName` and `MetricsRecorder` as parameters."],["`addAttributes` is a method of the `MetricsTracer` that enables attachment of attributes to all metrics, to be called by handwritten client teams to add additional attributes not collected by Gax."]]],[]]