Skip to content

Commit

Permalink
update monitoring metrics (#1860)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Jan 11, 2023
1 parent 96feb35 commit e4b05ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs-2.0/reuse/source-monitoring-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@

### Graph space

!!! note

Space-level metrics are created dynamically, so that only when the behavior is triggered in the graph space, the corresponding metric is created and can be queried by the user.

| Parameter | Description |
| ---------------------------------------------- | ----------------------------------------- |
| `num_active_queries` | The number of queries currently being executed. |
Expand All @@ -138,7 +142,6 @@
| `num_aggregate_executors` | The number of executions for the Aggregation operator. |
| `num_sort_executors` | The number of executions for the Sort operator. |
| `num_indexscan_executors` | The number of executions for index scan operators. |
| `num_oom_queries` | The number of queries that caused memory to run out. |
| `num_auth_failed_sessions_bad_username_password` | The number of sessions where authentication failed due to incorrect username and password. |
| `num_auth_failed_sessions` | The number of sessions in which login authentication failed. |
| `num_opened_sessions` | The number of sessions connected to the server. |
Expand Down

0 comments on commit e4b05ab

Please sign in to comment.