mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
Fix misleading comments about namespaces in docs (#29370)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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. |
|
||||
|
||||
@@ -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. |
|
||||
|
||||
Reference in New Issue
Block a user