Core system telemetry provides information about the operational health of your
OpenBao instance.
Default metrics
vault.core.active
Metric type | Value | Description |
---|
gauge | boolean | Indicates whether the OpenBao node is active |
- A value of
1
indicates that the node is active.
- A value of
0
indicates that the node is in standby.
vault.core.check_token
Metric type | Value | Description |
---|
summary | ms | Time required to complete a token check |
vault.core.fetch_acl_and_token
Metric type | Value | Description |
---|
summary | ms | Time required to fetch ACL and token entries |
vault.core.handle_login_request
Metric type | Value | Description |
---|
summary | ms | Time required to complete a login request |
vault.core.handle_request
Metric type | Value | Description |
---|
summary | ms | Time required to complete a non-login request |
vault.core.in_flight_requests
Metric type | Value | Description |
---|
gauge | requests | Number of requests currently in progress |
vault.core.leadership_lost
Metric type | Value | Description |
---|
summary | ms | Total time that a high-availability cluster node last maintained leadership |
Leadership time updates occur whenever leadership changes. Frequent updates to
vault.core.leadership_lost
with low leadership times indicates flapping as
leader status rotates between nodes.
vault.core.leadership_setup_failed
Metric type | Value | Description |
---|
summary | ms | Time taken by the most recent leadership setup failure |
Setup failure time is an important health metric for your high-availability
OpenBao installation. We strongly recommend that you closely monitor
vault.core.leadership_setup_failed
and set alerts that keep you informed of
the overall cluster leadership status.
vault.core.license.expiration_time_epoch
Metric type | Value | Description |
---|
gauge | timestamp | Epoch time (seconds since 1970-01-01) at which the license will expire |
vault.core.locked_users
Metric type | Value | Description |
---|
gauge | users | The number of users currently locked out of OpenBao |
The number of locked users refreshes every 15 minutes.
vault.core.mount_table.num_entries
Metric type | Value | Description |
---|
gauge | objects | Number of mounts in the given mount table |
Mountpoint count metrics include labels to indicate whether the relevant table
is an authentication table or a logical table and whether the table is
replicated or local.
vault.core.mount_table.size
Metric type | Value | Description |
---|
gauge | bytes | The current size of the relevant mount table. |
Table size metrics include labels to indicate whether the relevant table is an
authentication table or a logical table and whether the table is replicated or
local.
vault.core.post_unseal
Metric type | Value | Description |
---|
summary | ms | Time required to complete post-unseal operations |
vault.core.pre_seal
Metric type | Value | Description |
---|
summary | ms | Time required to complete pre-seal operations |
vault.core.seal-internal
Metric type | Value | Description |
---|
summary | ms | Time required to complete internal OpenBao seal operations |
vault.core.seal-with-request
Metric type | Value | Description |
---|
summary | ms | Time required to complete seal operations that were triggered by explicit request |
vault.core.step_down
Metric type | Value | Description |
---|
summary | ms | Time required to step down cluster leadership |
vault.core.unseal
Metric type | Value | Description |
---|
summary | ms | Time required to complete unseal operations |
vault.core.unsealed
Metric type | Value | Description |
---|
gauge | boolean | Indicates whether OpenBao is currently unsealed |
- A value of
1
indicates OpenBao is currently unsealed and clients can
read secrets.
- A value of
0
indicates OpenBao is currently sealed and clients cannot
read secrets.
Barrier metrics
vault.barrier.delete
Metric type | Value | Description |
---|
summary | ms | Time required to complete a DELETE operation at the barrier |
vault.barrier.get
Metric type | Value | Description |
---|
summary | ms | Time required to complete a GET operation at the barrier |
vault.barrier.list
Metric type | Value | Description |
---|
summary | ms | Time required to complete a LIST operation at the barrier |
vault.barrier.put
Metric type | Value | Description |
---|
summary | ms | Time required to complete a PUT operation at the barrier |
Caching metrics
vault.cache.delete
Metric type | Value | Description |
---|
counter | number | Number of deletes from the LRU cache |
vault.cache.hit