From 8b086d934ce67eb411554932dec2fbfbdc48fb3a Mon Sep 17 00:00:00 2001 From: Peerakit Champ Somsuk Date: Wed, 13 Dec 2023 13:11:38 -0800 Subject: [PATCH 1/2] Update server-side-repo-config.md Update document for Metric on repo config --- 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..ab76114732 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 From 04f2b4bbd486a13e4572f0f9e82155d4048059dd Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 26 Dec 2023 11:58:13 -0500 Subject: [PATCH 2/2] docs(server-side-repo-config): fix case Co-authored-by: Luke Massa --- runatlantis.io/docs/server-side-repo-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runatlantis.io/docs/server-side-repo-config.md b/runatlantis.io/docs/server-side-repo-config.md index ab76114732..77b44be4fa 100644 --- a/runatlantis.io/docs/server-side-repo-config.md +++ b/runatlantis.io/docs/server-side-repo-config.md @@ -451,7 +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 | +| metrics | Metrics. | none | no | Map of metric configuration | ::: tip A Note On Defaults