mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +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))
|
### vault.identity.entity.active.monthly ((#vault-identity-entity-active-monthly))
|
||||||
|
|
||||||
Metric type | Value | Description
|
| Metric type | Value | Description |
|
||||||
----------- | -------- | -----------
|
|-------------|----------|-----------------------------------------------------------------------------------------------------|
|
||||||
gauge | entities | The number of distinct entities (per namespace) that created a token during the past month
|
| 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
|
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))
|
### vault.identity.entity.active.partial_month ((#vault-identity-entity-active-partial_month))
|
||||||
|
|
||||||
Metric type | Value | Description
|
| Metric type | Value | Description |
|
||||||
----------- | -------- | -----------
|
|-------------|----------|--------------------------------------------------------------------------------------------------------|
|
||||||
gauge | entities | The number of distinct entities (per namespace) that created a token during the current month
|
| 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
|
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))
|
### vault.identity.entity.active.reporting_period ((#vault-identity-entity-active-reporting_period))
|
||||||
|
|
||||||
Metric type | Value | Description
|
| Metric type | Value | Description |
|
||||||
----------- | -------- | -----------
|
|-------------|----------|----------------------------------------------------------------------------------------------------------------------|
|
||||||
gauge | entities | The number of distinct entities (per namespace) that created a token during the configured reporting period
|
| 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
|
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))
|
### vault.identity.entity.count ((#vault-identity-entity-count))
|
||||||
|
|
||||||
Metric type | Value | Description
|
| Metric type | Value | Description |
|
||||||
----------- | -------- | -----------
|
|-------------|----------|------------------------------------------------------------------------------------------|
|
||||||
gauge | entities | The number of identity entity aliases (per namespace) currently stored in Vault
|
| 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))
|
### vault.identity.entity.creation ((#vault-identity-entity-creation))
|
||||||
|
|
||||||
Metric type | Value | Description
|
| Metric type | Value | Description |
|
||||||
----------- | ------- | -----------
|
|-------------|--------|----------------------------------------------------------------|
|
||||||
counter | number | The number of identity entities created per namespace
|
| counter | number | The number of identity entities created across all namespaces. |
|
||||||
|
|||||||
Reference in New Issue
Block a user