mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
Docs update for prometheus metrics addition of Postgres connections
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7090 GitOrigin-RevId: b5837af1960bfdb7c203b1d45b6548be1dfc31fe
This commit is contained in:
parent
6c2419c572
commit
e008e113d3
@ -107,6 +107,15 @@ curl 'http://127.0.0.1:8080/v1/metrics' -H 'Authorization: Bearer <secret>'
|
||||
<td>Gauge</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hasura_postgres_connections</td>
|
||||
<td>Current number of active PostgreSQL connections</td>
|
||||
<td>Gauge</td>
|
||||
<td>• "source_name": name of the database<br/>
|
||||
• "conn_info": connection url string (password omitted) or name of the connection url environment variable<br/>
|
||||
• "role": primary|replica
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user