Class TelemetryMetrics (3.29.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicclassTelemetryMetrics
Enables export of metrics to OpenTelemetry. Since it keeps track of whether metrics are
enabled/disabled, it simplifies calling code by removing the need for tedious if clauses to check
whether metrics are enabled/disabled. Also, GlobalOpenTelemetry.get() should only be called after
client application has already installed the necessary meter provider.