diff --git a/contributing/checklist-rpc-endpoint.md b/contributing/checklist-rpc-endpoint.md index 8726cbfad..37e9ff50d 100644 --- a/contributing/checklist-rpc-endpoint.md +++ b/contributing/checklist-rpc-endpoint.md @@ -36,3 +36,5 @@ Prefer adding a new message to changing any existing RPC messages. ## Docs * [ ] Changelog +* [ ] [Metrics](https://www.nomadproject.io/docs/operations/metrics#server-metrics) +* [ ] [API docs](https://www.nomadproject.io/api-docs) for RPCs with an HTTP endpoint, include ACLs, params, and example response body.