File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
3.12/release-notes/version-3.12
4.0/release-notes/version-3.12 Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff 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
25102510value 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
Original file line number Diff line number Diff 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
25102510value 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
You can’t perform that action at this time.
0 commit comments