Fix misleading comments about namespaces in docs (#29370)

This commit is contained in:
Violet Hynes
2025-01-21 14:28:31 -05:00
committed by GitHub
parent 5b4b606c0d
commit 3fd8a31614
5 changed files with 18 additions and 18 deletions

View File

@@ -1,8 +1,8 @@
### vault.identity.entity.active.monthly ((#vault-identity-entity-active-monthly))
Metric type | Value | Description
----------- | -------- | -----------
gauge | entities | The number of distinct entities (per namespace) that created a token during the past month
| Metric type | Value | Description |
|-------------|----------|-----------------------------------------------------------------------------------------------------|
| gauge | entities | The number of distinct entities (across all namespaces) that created a token during the past month. |
Vault reports `vault.identity.entity.active.monthly` at the start of each month
when client counting is enabled.
when client counting is enabled.

View File

@@ -1,8 +1,8 @@
### vault.identity.entity.active.partial_month ((#vault-identity-entity-active-partial_month))
Metric type | Value | Description
----------- | -------- | -----------
gauge | entities | The number of distinct entities (per namespace) that created a token during the current month
| Metric type | Value | Description |
|-------------|----------|--------------------------------------------------------------------------------------------------------|
| gauge | entities | The number of distinct entities (across all namespaces) that created a token during the current month. |
Vault reports `vault.identity.entity.active.partial_month` periodically during
the month when client counting is enabled.
the month when client counting is enabled.

View File

@@ -1,8 +1,8 @@
### vault.identity.entity.active.reporting_period ((#vault-identity-entity-active-reporting_period))
Metric type | Value | Description
----------- | -------- | -----------
gauge | entities | The number of distinct entities (per namespace) that created a token during the configured reporting period
| Metric type | Value | Description |
|-------------|----------|----------------------------------------------------------------------------------------------------------------------|
| gauge | entities | The number of distinct entities (across all namespaces) that created a token during the configured reporting period. |
Vault reports `vault.identity.entity.active.reporting_period` at the start of
each month when client counting is enabled.
each month when client counting is enabled.

View File

@@ -1,5 +1,5 @@
### vault.identity.entity.count ((#vault-identity-entity-count))
Metric type | Value | Description
----------- | -------- | -----------
gauge | entities | The number of identity entity aliases (per namespace) currently stored in Vault
| Metric type | Value | Description |
|-------------|----------|------------------------------------------------------------------------------------------|
| gauge | entities | The number of identity entity aliases (across all namespaces) currently stored in Vault. |

View File

@@ -1,5 +1,5 @@
### vault.identity.entity.creation ((#vault-identity-entity-creation))
Metric type | Value | Description
----------- | ------- | -----------
counter | number | The number of identity entities created per namespace
| Metric type | Value | Description |
|-------------|--------|----------------------------------------------------------------|
| counter | number | The number of identity entities created across all namespaces. |