mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Correct the unit type for mount_table.size. (#15114)
This commit is contained in:
parent
19bbcc29ff
commit
0e5a4a6703
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ These metrics represent operational aspects of the running Vault instance.
|
|||
| `vault.core.leadership_lost` | Duration of time taken by cluster leadership losses which have occurred in a highly available Vault cluster. This should be monitored and alerted on for overall cluster leadership status. | ms | summary |
|
||||
| `vault.core.license.expiration_time_epoch` | Time as epoch (seconds since Jan 1 1970) at which license will expire. | seconds | gauge |
|
||||
| `vault.core.mount_table.num_entries` | Number of mounts in a particular mount table. This metric is labeled by table type (auth or logical) and whether or not the table is replicated (local or not) | objects | gauge |
|
||||
| `vault.core.mount_table.size` | Size of a particular mount table. This metric is labeled by table type (auth or logical) and whether or not the table is replicated (local or not) | objects | gauge |
|
||||
| `vault.core.mount_table.size` | Size of a particular mount table. This metric is labeled by table type (auth or logical) and whether or not the table is replicated (local or not) | bytes | gauge |
|
||||
| `vault.core.post_unseal` | Duration of time taken by post-unseal operations handled by Vault core | ms | summary |
|
||||
| `vault.core.pre_seal` | Duration of time taken by pre-seal operations | ms | summary |
|
||||
| `vault.core.seal-with-request` | Duration of time taken by requested seal operations | ms | summary |
|
||||
|
|
|
|||
Loading…
Reference in a new issue