Open SuperQ opened 3 months ago
Depending on the version of client_golang and metrics format (Prometheus vs OpenMetrics), bucket names may contain either integer or float formatting.
Use a regexp match to select either format.
We have some lint failures
@SuperQ FYI CI is still failing
Depending on the version of client_golang and metrics format (Prometheus vs OpenMetrics), bucket names may contain either integer or float formatting.
Use a regexp match to select either format.