feat: Add stats support for basic operations (#2147)

This commit is contained in:
Nish Krishnan
2022-03-18 15:18:13 -07:00
committed by GitHub
parent 2453e43ab1
commit d1d1539ced
35 changed files with 1642 additions and 147 deletions

View File

@@ -85,6 +85,7 @@ var testFlags = map[string]interface{}{
GitlabUserFlag: "gitlab-user",
GitlabWebhookSecretFlag: "gitlab-secret",
LogLevelFlag: "debug",
StatsNamespace: "atlantis",
AllowDraftPRs: true,
PortFlag: 8181,
ParallelPoolSize: 100,