Skip to content

Commit 763bb10

Browse files
committed
Fixes based on feedback
1 parent 81a843c commit 763bb10

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

website/source/api/system/metrics.html.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ This endpoint returns the telemetry metrics for Vault. It can be used by metrics
1717
collections systems like [Prometheus](https://prometheus.io) that use a pull
1818
model for metrics collection.
1919

20-
| Method | Path | Produces |
21-
| :------- | :--------------------------- | :--------------------- |
22-
| `GET` | `/sys/metrics` | `000 application/json` |
20+
| Method | Path |
21+
| :------- | :--------------- |
22+
| `GET` | `/sys/metrics` |
2323

2424
### Parameters
2525

website/source/layouts/api.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
'totp'
115115
]
116116
},
117+
'metrics',
117118
'mounts',
118119
'plugins-reload-backend',
119120
'plugins-catalog',

0 commit comments

Comments
 (0)