Vault
Policy telemetry
[!IMPORTANT]
Documentation Update: Product documentation, which were located in this repository under/website
, are now located inhashicorp/web-unified-docs
, colocated with all other product documentation. Contributions to this content should be done in theweb-unified-docs
repo, and not this one. Changes made to/website
content in this repo will not be reflected on the developer.hashicorp.com website.
Policy telemetry provides information on the time Vault spends on policy operations.
Default metrics
vault.policy.delete_policy
Metric type | Value | Description |
---|---|---|
summary | ms | Time required to delete a policy |
vault.policy.get_policy
Metric type | Value | Description |
---|---|---|
summary | ms | Time required to read a policy |
vault.policy.list_policies
Metric type | Value | Description |
---|---|---|
summary | ms | Time required to list all policies |
vault.policy.set_policy
Metric type | Value | Description |
---|---|---|
summary | ms | Time required to set a policy |