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 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
| 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 DELETE operation against the Amazon S3 storage backend |
vault.s3.get
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a GET operation against the Amazon S3 storage backend |
vault.s3.list
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LIST operation against the Amazon S3 storage backend |
vault.s3.put
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a PUT operation against the Amazon S3 storage backend |
Azure metrics
vault.azure.delete
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a DELETE operation against the Azure storage backend |
vault.azure.get
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a GET operation against the Azure storage backend |
vault.azure.list
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LIST operation against the Azure storage backend |
vault.azure.put
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a PUT operation against the Azure storage backend |
Cassandra metrics
vault.cassandra.delete
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a DELETE operation against the Cassandra storage backend |
vault.cassandra.get
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a GET operation against the Cassandra storage backend |
vault.cassandra.list
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LIST operation against the Cassandra storage backend |
vault.cassandra.put
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a PUT operation against the Cassandra storage backend |
Cockroach database metrics
vault.cockroachdb.delete
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a DELETE operation against the CockroachDB storage backend |
vault.cockroachdb.get
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a GET operation against the CockroachDB storage backend |
vault.cockroachdb.list
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LIST operation against the CockroachDB storage backend |
vault.cockroachdb.put
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a PUT operation against the CockroachDB storage backend |
Consul metrics
vault.consul.delete
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a DELETE operation against the Consul storage backend |
vault.consul.get
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a GET operation against the Consul storage backend |
vault.consul.list
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LIST operation against the Consul storage backend |
vault.consul.put
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a PUT operation 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 DELETE operation against the CouchDB storage backend |
vault.couchdb.get
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a GET operation against the CouchDB storage backend |
vault.couchdb.list
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LIST operation against the CouchDB storage backend |
vault.couchdb.put
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a PUT operation against the CouchDB storage backend |
Dynamo database metrics
vault.dynamodb.delete
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a DELETE operation against the DynamoDB storage backend |
vault.dynamodb.get
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a GET operation against the DynamoDB storage backend |
vault.dynamodb.list
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LIST operation against the DynamoDB storage backend |
vault.dynamodb.put
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a PUT operation against the DynamoDB storage backend |
Etcd metrics
vault.etcd.delete
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a DELETE operation against the etcd storage backend |
vault.etcd.get
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a GET operation against the etcd storage backend |
vault.etcd.list
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LIST operation against the etcd storage backend |
vault.etcd.put
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a PUT operation against the etcd storage backend |
Google Cloud metrics
vault.gcs.delete
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a DELETE operation against the Google Cloud Storage backend |
vault.gcs.get
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a GET operation against the Google Cloud Storage backend |
vault.gcs.list
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LIST operation against the Google Cloud Storage backend |
vault.gcs.lock.lock
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LOCK operation 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 UNLOCK operation 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 VALUE operation against the Google Cloud Storage backend in high-availability mode |
vault.gcs.put
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a PUT operation against the Google Cloud Storage backend |
Google Cloud - Spanner metrics
vault.spanner.delete
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a DELETE operation against the Google Cloud Spanner storage backend |
vault.spanner.get
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a GET operation against the Google Cloud Spanner storage backend |
vault.spanner.list
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LIST operation against the Google Cloud Spanner storage backend |
vault.spanner.lock.lock
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LOCK operation 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 UNLOCK operation 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 VALUE operation 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 PUT operation 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 DELETE operation against the Microsoft SQL Server storage backend |
vault.mssql.get
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a GET operation against the Microsoft SQL Server storage backend |
vault.mssql.list
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LIST operation against the Microsoft SQL Server storage backend |
vault.mssql.put
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a PUT operation against the Microsoft SQL Server storage backend |
MySQL metrics
vault.mysql.delete
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a DELETE operation against the MySQL storage backend |
vault.mysql.get
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a GET operation against the MySQL storage backend |
vault.mysql.list
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LIST operation against the MySQL storage backend |
vault.mysql.put
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a PUT operation against the MySQL storage backend |
PostgreSQL metrics
vault.postgres.delete
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a DELETE operation against the PostgeSQL storage backend |
vault.postgres.get
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a GET operation against the PostgeSQL storage backend |
vault.postgres.list
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LIST operation against the PostgeSQL storage backend |
vault.postgres.put
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a PUT operation against the PostgeSQL storage backend |
Swift metrics
vault.swift.delete
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a DELETE operation against the OpenStack Swift backend |
vault.swift.get
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a GET operation against the OpenStack Swift backend |
vault.swift.list
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LIST operation against the OpenStack Swift backend |
vault.swift.put
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a PUT operation against the OpenStack Swift backend |
ZooKeeper metrics
vault.zookeeper.delete
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a DELETE operation against the ZooKeeper backend |
vault.zookeeper.get
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a GET operation against the ZooKeeper backend |
vault.zookeeper.list
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a LIST operation against the ZooKeeper backend |
vault.zookeeper.put
| Metric type | Value | Description |
|---|---|---|
| summary | ms | Time required to complete a PUT operation against the ZooKeeper backend |