PostgreSQL telemetry provides information on
OpenBao PostgreSQL storage.
Default metrics
vault.postgresql.delete
| Metric type | Value | Description | 
|---|
| timer | ms | Time required to delete entry from storage | 
vault.postgresql.get
| Metric type | Value | Description | 
|---|
| timer | ms | Time required to get an entry | 
vault.postgresql.list
| Metric type | Value | Description | 
|---|
| timer | ms | Time required to list all entries under the prefix | 
vault.postgresql.list-page
| Metric type | Value | Description | 
|---|
| timer | ms | Time required to list all entries under the prefix (subject to pagination limits) | 
vault.postgresql.put
| Metric type | Value | Description | 
|---|
| timer | ms | Time required to insert an entry |