From 2b92f7728e2629b13eb5bd870128f16d086e7da9 Mon Sep 17 00:00:00 2001 From: Peerakit Champ Somsuk Date: Wed, 27 Dec 2023 07:13:33 -0800 Subject: [PATCH] docs: Update Document for server-side-repo-config.md (#4052) * Update server-side-repo-config.md Update document for Metric on repo config * docs(server-side-repo-config): fix case Co-authored-by: Luke Massa --------- Co-authored-by: Rui Chen Co-authored-by: Luke Massa --- runatlantis.io/docs/server-side-repo-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/runatlantis.io/docs/server-side-repo-config.md b/runatlantis.io/docs/server-side-repo-config.md index 178d2afe56..77b44be4fa 100644 --- a/runatlantis.io/docs/server-side-repo-config.md +++ b/runatlantis.io/docs/server-side-repo-config.md @@ -451,6 +451,7 @@ Each servers handle different repository config files. | repos | array[[Repo](#repo)] | see below | no | List of repos to apply settings to. | | workflows | map[string: [Workflow](custom-workflows.html#workflow)] | see below | no | Map from workflow name to workflow. Workflows override the default Atlantis commands. | | policies | Policies. | none | no | List of policy sets to run and associated metadata | +| metrics | Metrics. | none | no | Map of metric configuration | ::: tip A Note On Defaults