Skip to content

Commit 3819444

Browse files
authored
added metric to memory accounting list (#401)
1 parent 1c6d4bb commit 3819444

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

site/content/3.12/release-notes/version-3.12/api-changes-in-3-12.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ ongoing dumps, ArangoSearch parallelism and used file descriptors:
163163
The following new metrics for improved memory observability have been added:
164164

165165
- `arangodb_agency_node_memory_usage`
166+
- `arangodb_aql_cursors_memory_usage`
166167
- `arangodb_index_estimates_memory_usage`
167168
- `arangodb_internal_cluster_info_memory_usage`
168169
- `arangodb_requests_memory_usage`

site/content/3.12/release-notes/version-3.12/whats-new-in-3-12.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ The following new metrics have been added for memory observability:
7575
| Label | Description |
7676
|:------|:------------|
7777
| `arangodb_agency_node_memory_usage` | Memory used by Agency store/cache. |
78+
| `arangodb_aql_cursors_memory_usage` | Total memory usage of active AQL query result cursors. |
7879
| `arangodb_index_estimates_memory_usage` | Total memory usage of all index selectivity estimates. |
7980
| `arangodb_internal_cluster_info_memory_usage` | Amount of memory spent in ClusterInfo. |
8081
| `arangodb_requests_memory_usage` | Memory consumed by incoming, queued, and currently processed requests. |

0 commit comments

Comments
 (0)