The /sys/metrics endpoint is used to get telemetry metrics for Vault.
Read telemetry metrics
This endpoint returns the telemetry metrics for Vault. It can be used by metrics collections systems like Prometheus that use a pull model for metrics collection.
Method
Path
GET
/sys/metrics
Parameters
format(string: "") – Specifies the format used for the returned metrics. The default metrics format is JSON. Setting format to prometheus will return the metrics in Prometheus format.