Skip to main content

Storage plugin telemetry

Storage telemetry provides information on the health of OpenBao storage and your configured storage backends. For integrated storage metrics, refer to the Raft telemetry metric list.

Barrier metrics

vault.barrier.delete

Metric typeValueDescription
summarymsTime required to complete a DELETE operation at the barrier

vault.barrier.get

Metric typeValueDescription
summarymsTime required to complete a GET operation at the barrier

vault.barrier.list

Metric typeValueDescription
summarymsTime required to complete a LIST operation at the barrier

vault.barrier.put

Metric typeValueDescription
summarymsTime required to complete a PUT operation at the barrier

Caching metrics

vault.cache.delete

Metric typeValueDescription
counternumberNumber of deletes from the LRU cache

vault.cache.hit

Metric typeValueDescription
counternumberNumber of hits against the LRU cache that avoided a read from configured storage

vault.cache.miss

Metric typeValueDescription
counternumberNumber of misses against the LRU cache that required a read from configured storage

vault.cache.write

Metric typeValueDescription
counternumberNumber of writes to the LRU cache