We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a843c commit 763bb10Copy full SHA for 763bb10
website/source/api/system/metrics.html.md
@@ -17,9 +17,9 @@ This endpoint returns the telemetry metrics for Vault. It can be used by metrics
17
collections systems like [Prometheus](https://prometheus.io) that use a pull
18
model for metrics collection.
19
20
-| Method | Path | Produces |
21
-| :------- | :--------------------------- | :--------------------- |
22
-| `GET` | `/sys/metrics` | `000 application/json` |
+| Method | Path |
+| :------- | :--------------- |
+| `GET` | `/sys/metrics` |
23
24
### Parameters
25
website/source/layouts/api.erb
@@ -114,6 +114,7 @@
114
'totp'
115
]
116
},
117
+ 'metrics',
118
'mounts',
119
'plugins-reload-backend',
120
'plugins-catalog',
0 commit comments