supabase / supabase-grafana

Observability for your Supabase project, using Prometheus/Grafana
https://supabase.com
MIT License
184 stars 37 forks source link

fix: add default value for diskdevices variable #20

Closed darora closed 4 months ago

darora commented 4 months ago

The variable is used for the iops charts, amongst others.

@pcnc what's the json currently formatted using? I've run it through jq but the indentation options don't line up. Likely best to include a makefile or similar to format it?

pcnc commented 4 months ago

@darora dashboard was migrated directly from our internal dashboards, didn't go through any explicit formatting. Added a makefile to this PR, which the internal repo already has