Add changelog for cumulative namespace API (#9833) (#9843)

* add changelog

* rename changelog

* add API path

* Update changelog/_9833.txt



---------

Co-authored-by: Jenny Deng <jenny.deng@hashicorp.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
This commit is contained in:
Vault Automation 2025-10-03 15:48:43 -04:00 committed by GitHub
parent 06948c7588
commit 8050bab6b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
changelog/_9833.txt Normal file
View file

@ -0,0 +1,4 @@
```release-note:improvement
activity (enterprise): Add a cumulative namespace client count API at `sys/internal/counters/activity/cumulative`.
For each namespace in the response it returns the sum of its own client counts and that of all its child namespaces.
```