Vault
Storage plugin telemetry
Storage telemetry provides information on the health of Vault storage and your configured storage backends. For integrated storage metrics, refer to the Raft telemetry metric list.
Barrier metrics
vault.barrier.delete
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a DELETEoperation at the barrier | 
vault.barrier.estimated_encryptions
| Metric type | Value | Description | 
|---|---|---|
| counter | number | The estimated number of encryptions performed since the last key rotation | 
vault.barrier.get
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a GEToperation at the barrier | 
vault.barrier.list
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LISToperation at the barrier | 
vault.barrier.put
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a PUToperation at the barrier | 
Caching metrics
vault.cache.delete
| Metric type | Value | Description | 
|---|---|---|
| counter | number | Number of deletes from the LRU cache | 
vault.cache.hit
| Metric type | Value | Description | 
|---|---|---|
| counter | number | Number of hits against the LRU cache that avoided a read from configured storage | 
vault.cache.miss
| Metric type | Value | Description | 
|---|---|---|
| counter | number | Number of misses against the LRU cache that required a read from configured storage | 
vault.cache.write
| Metric type | Value | Description | 
|---|---|---|
| counter | number | Number of writes to the LRU cache | 
Amazon S3 metrics
vault.s3.delete
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a DELETEoperation against the Amazon S3 storage backend | 
vault.s3.get
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a GEToperation against the Amazon S3 storage backend | 
vault.s3.list
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LISToperation against the Amazon S3 storage backend | 
vault.s3.put
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a PUToperation against the Amazon S3 storage backend | 
Azure metrics
vault.azure.delete
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a DELETEoperation against the Azure storage backend | 
vault.azure.get
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a GEToperation against the Azure storage backend | 
vault.azure.list
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LISToperation against the Azure storage backend | 
vault.azure.put
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a PUToperation against the Azure storage backend | 
Cassandra metrics
vault.cassandra.delete
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a DELETEoperation against the Cassandra storage backend | 
vault.cassandra.get
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a GEToperation against the Cassandra storage backend | 
vault.cassandra.list
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LISToperation against the Cassandra storage backend | 
vault.cassandra.put
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a PUToperation against the Cassandra storage backend | 
Cockroach database metrics
vault.cockroachdb.delete
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a DELETEoperation against the CockroachDB storage backend | 
vault.cockroachdb.get
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a GEToperation against the CockroachDB storage backend | 
vault.cockroachdb.list
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LISToperation against the CockroachDB storage backend | 
vault.cockroachdb.put
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a PUToperation against the CockroachDB storage backend | 
Consul metrics
vault.consul.delete
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a DELETEoperation against the Consul storage backend | 
vault.consul.get
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a GEToperation against the Consul storage backend | 
vault.consul.list
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LISToperation against the Consul storage backend | 
vault.consul.put
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a PUToperation against the Consul storage backend | 
vault.consul.transaction
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a transactional operation against the Consul storage backend | 
Couch database metrics
vault.couchdb.delete
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a DELETEoperation against the CouchDB storage backend | 
vault.couchdb.get
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a GEToperation against the CouchDB storage backend | 
vault.couchdb.list
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LISToperation against the CouchDB storage backend | 
vault.couchdb.put
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a PUToperation against the CouchDB storage backend | 
Dynamo database metrics
vault.dynamodb.delete
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a DELETEoperation against the DynamoDB storage backend | 
vault.dynamodb.get
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a GEToperation against the DynamoDB storage backend | 
vault.dynamodb.list
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LISToperation against the DynamoDB storage backend | 
vault.dynamodb.put
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a PUToperation against the DynamoDB storage backend | 
Etcd metrics
vault.etcd.delete
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a DELETEoperation against the etcd storage backend | 
vault.etcd.get
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a GEToperation against the etcd storage backend | 
vault.etcd.list
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LISToperation against the etcd storage backend | 
vault.etcd.put
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a PUToperation against the etcd storage backend | 
Google Cloud metrics
vault.gcs.delete
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a DELETEoperation against the Google Cloud Storage backend | 
vault.gcs.get
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a GEToperation against the Google Cloud Storage backend | 
vault.gcs.list
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LISToperation against the Google Cloud Storage backend | 
vault.gcs.lock.lock
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LOCKoperation against the Google Cloud Storage backend in high-availability mode | 
vault.gcs.lock.unlock
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete an UNLOCKoperation against the Google Cloud Storage backend in high-availability mode | 
vault.gcs.lock.value
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a VALUEoperation against the Google Cloud Storage backend in high-availability mode | 
vault.gcs.put
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a PUToperation against the Google Cloud Storage backend | 
Google Cloud - Spanner metrics
vault.spanner.delete
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a DELETEoperation against the Google Cloud Spanner storage backend | 
vault.spanner.get
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a GEToperation against the Google Cloud Spanner storage backend | 
vault.spanner.list
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LISToperation against the Google Cloud Spanner storage backend | 
vault.spanner.lock.lock
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LOCKoperation against the Google Cloud Spanner storage backend in high-availability mode | 
vault.spanner.lock.unlock
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a UNLOCKoperation against the Google Cloud Spanner storage backend in high-availability mode | 
vault.spanner.lock.value
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a VALUEoperation against the Google Cloud Spanner storage backend in high-availability mode | 
vault.spanner.put
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a PUToperation against the Google Cloud Spanner storage backend | 
Microsoft SQL Server (MSSQL) metrics
vault.mssql.delete
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a DELETEoperation against the Microsoft SQL Server storage backend | 
vault.mssql.get
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a GEToperation against the Microsoft SQL Server storage backend | 
vault.mssql.list
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LISToperation against the Microsoft SQL Server storage backend | 
vault.mssql.put
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a PUToperation against the Microsoft SQL Server storage backend | 
MySQL metrics
vault.mysql.delete
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a DELETEoperation against the MySQL storage backend | 
vault.mysql.get
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a GEToperation against the MySQL storage backend | 
vault.mysql.list
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LISToperation against the MySQL storage backend | 
vault.mysql.put
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a PUToperation against the MySQL storage backend | 
PostgreSQL metrics
vault.postgres.delete
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a DELETEoperation against the PostgeSQL storage backend | 
vault.postgres.get
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a GEToperation against the PostgeSQL storage backend | 
vault.postgres.list
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LISToperation against the PostgeSQL storage backend | 
vault.postgres.put
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a PUToperation against the PostgeSQL storage backend | 
Swift metrics
vault.swift.delete
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a DELETEoperation against the OpenStack Swift backend | 
vault.swift.get
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a GEToperation against the OpenStack Swift backend | 
vault.swift.list
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LISToperation against the OpenStack Swift backend | 
vault.swift.put
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a PUToperation against the OpenStack Swift backend | 
ZooKeeper metrics
vault.zookeeper.delete
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a DELETEoperation against the ZooKeeper backend | 
vault.zookeeper.get
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a GEToperation against the ZooKeeper backend | 
vault.zookeeper.list
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a LISToperation against the ZooKeeper backend | 
vault.zookeeper.put
| Metric type | Value | Description | 
|---|---|---|
| summary | ms | Time required to complete a PUToperation against the ZooKeeper backend |