You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
if (!metricData.getInstrumentationScopeInfo().getName().equals(GAX_METER_NAME)) {
79
+
// Get metrics data from GAX library and Spanner library
80
+
if (!(metricData.getInstrumentationScopeInfo().getName().equals(GAX_METER_NAME) || metricData.getInstrumentationScopeInfo().getName().equals(SPANNER_METER_NAME))) {
80
81
// Filter out metric data for instruments that are not part of the spanner metrics list
0 commit comments