diff --git a/docs/docs/enterprise/metrics.mdx b/docs/docs/enterprise/metrics.mdx index 515adab8d90..65d4a2a3add 100644 --- a/docs/docs/enterprise/metrics.mdx +++ b/docs/docs/enterprise/metrics.mdx @@ -107,6 +107,15 @@ curl 'http://127.0.0.1:8080/v1/metrics' -H 'Authorization: Bearer ' Gauge none + + hasura_postgres_connections + Current number of active PostgreSQL connections + Gauge + • "source_name": name of the database
+ • "conn_info": connection url string (password omitted) or name of the connection url environment variable
+ • "role": primary|replica + +