PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
22.65k stars 1k forks source link

feat: add metric label for scache load #3516

Closed steve-chavez closed 1 month ago

steve-chavez commented 1 month ago

localhost:3001/metrics now includes:

pgrst_schema_cache_loads_total{status="FAIL"} 352.0 
pgrst_schema_cache_loads_total{status="SUCCESS"} 3.0

This allows testing the failure case on https://github.com/PostgREST/postgrest/issues/3424#issuecomment-2104904910