From 724f82e32dbc33f0fba29e11fbc5f3b88c27aa07 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Mon, 4 Jan 2021 12:59:55 -0500 Subject: [PATCH] docs: add metrics and API docs to RPC contributors checklist --- contributing/checklist-rpc-endpoint.md | 2 ++ 1 file changed, 2 insertions(+) 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.