Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix misleading comments about namespaces in docs #29370

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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. |
Original file line number Diff line number Diff line change
@@ -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. |
Loading