m-lab / prometheus-support

Prometheus configuration for M-Lab running on GKE
Apache License 2.0
19 stars 11 forks source link

fix(dashboard): Include new name for GCE egress in query #1024

Closed stephen-soltesz closed 10 months ago

stephen-soltesz commented 10 months ago

The GCE network egress dashboard panel stopped showing data after 2023-12-15. Looking more closely this is because the SKU for network egress (used to filter results) has changed names. This change adds both terms to the query.

Patterns previously matching:

Are now matched using:

Historical data remains unchanged, so both expressions are needed in the query.

https://grafana.mlab-sandbox.measurementlab.net/d/a5mC51ZMk/gcp-billing?orgId=1&refresh=5m&viewPanel=31


This change is Reviewable