Skip to content

Commit 431eea7

Browse files
nerpaulaSimran-B
andauthored
Release notes: new metrics to track deployment metadata (#851)
* release notes: new metrics to track deployment metadata * Review --------- Co-authored-by: Simran Spiller <simran@arangodb.com>
1 parent 9ebf271 commit 431eea7

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2509,6 +2509,23 @@ environment variable `NAME`. If there is an environment variable called `PID` or
25092509
`TEMP_BASE_DIR`, then `@PID@` or `@TEMP_BASE_DIR@` is substituted with the
25102510
value of the respective environment variable.
25112511

2512+
### Deployment metadata metrics
2513+
2514+
<small>Introduced in: v3.12.7</small>
2515+
2516+
The following new metrics have been added to track the global number of databases,
2517+
collections, and shards:
2518+
2519+
| Label | Description |
2520+
|:------|:------------|
2521+
| `arangodb_metadata_number_of_databases` | Total number of databases. |
2522+
| `arangodb_metadata_number_of_collections` | Total number of collections. |
2523+
| `arangodb_metadata_number_of_shards` | Total number of shards (cluster only). |
2524+
2525+
These metrics are exposed on Coordinators (in cluster mode) and single
2526+
servers, providing visibility into the overall size and scale of the
2527+
deployment.
2528+
25122529
## Client tools
25132530

25142531
### Protocol aliases for endpoints

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2509,6 +2509,23 @@ environment variable `NAME`. If there is an environment variable called `PID` or
25092509
`TEMP_BASE_DIR`, then `@PID@` or `@TEMP_BASE_DIR@` is substituted with the
25102510
value of the respective environment variable.
25112511

2512+
### Deployment metadata metrics
2513+
2514+
<small>Introduced in: v3.12.7</small>
2515+
2516+
The following new metrics have been added to track the global number of databases,
2517+
collections, and shards:
2518+
2519+
| Label | Description |
2520+
|:------|:------------|
2521+
| `arangodb_metadata_number_of_databases` | Total number of databases. |
2522+
| `arangodb_metadata_number_of_collections` | Total number of collections. |
2523+
| `arangodb_metadata_number_of_shards` | Total number of shards (cluster only). |
2524+
2525+
These metrics are exposed on Coordinators (in cluster mode) and single
2526+
servers, providing visibility into the overall size and scale of the
2527+
deployment.
2528+
25122529
## Client tools
25132530

25142531
### Protocol aliases for endpoints

0 commit comments

Comments
 (0)