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 May 11, 2026. It is now read-only.
When introspecting metric definition the Python client returns metric type of (in json) counter, gauge or string (single noun). If I want to build dynamic query to fetch metric data based on the returned definition I would have convert the returned type gauge into MetricType.Gauge whose string representation is gauges (plural). It would be convenient to pass the same returned type to query_metric(type, metric_id).
When introspecting metric definition the Python client returns metric type of (in json)
counter,gaugeorstring(single noun). If I want to build dynamic query to fetch metric data based on the returned definition I would have convert the returned typegaugeintoMetricType.Gaugewhose string representation isgauges(plural). It would be convenient to pass the same returned type toquery_metric(type, metric_id).