From 9d3992ef48bb2904240ab27c402654f0f7528908 Mon Sep 17 00:00:00 2001 From: Anastasia Lubennikova Date: Tue, 17 Jan 2023 14:53:21 +0200 Subject: [PATCH] Increase metric_collection_interval for proxy on prod to not owerwhelm the service --- .../prod-ap-southeast-1-epsilon.neon-proxy-scram.yaml | 2 +- .../helm-values/prod-eu-central-1-gamma.neon-proxy-scram.yaml | 2 +- .github/helm-values/prod-us-east-2-delta.neon-proxy-scram.yaml | 2 +- .github/helm-values/prod-us-west-2-eta.neon-proxy-scram.yaml | 2 +- .github/helm-values/production.proxy-scram.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/helm-values/prod-ap-southeast-1-epsilon.neon-proxy-scram.yaml b/.github/helm-values/prod-ap-southeast-1-epsilon.neon-proxy-scram.yaml index c4dbf138f0..a640d468b3 100644 --- a/.github/helm-values/prod-ap-southeast-1-epsilon.neon-proxy-scram.yaml +++ b/.github/helm-values/prod-ap-southeast-1-epsilon.neon-proxy-scram.yaml @@ -11,7 +11,7 @@ settings: sentryEnvironment: "production" wssPort: 8443 metricCollectionEndpoint: "http://console-release.local/billing/api/v1/usage_events" - metricCollectionInterval: "1min" + metricCollectionInterval: "10min" # -- Additional labels for neon-proxy pods podLabels: diff --git a/.github/helm-values/prod-eu-central-1-gamma.neon-proxy-scram.yaml b/.github/helm-values/prod-eu-central-1-gamma.neon-proxy-scram.yaml index f659c91e6c..c9430877de 100644 --- a/.github/helm-values/prod-eu-central-1-gamma.neon-proxy-scram.yaml +++ b/.github/helm-values/prod-eu-central-1-gamma.neon-proxy-scram.yaml @@ -11,7 +11,7 @@ settings: sentryEnvironment: "production" wssPort: 8443 metricCollectionEndpoint: "http://console-release.local/billing/api/v1/usage_events" - metricCollectionInterval: "1min" + metricCollectionInterval: "10min" # -- Additional labels for neon-proxy pods podLabels: diff --git a/.github/helm-values/prod-us-east-2-delta.neon-proxy-scram.yaml b/.github/helm-values/prod-us-east-2-delta.neon-proxy-scram.yaml index 56fcd8789e..677df6a5be 100644 --- a/.github/helm-values/prod-us-east-2-delta.neon-proxy-scram.yaml +++ b/.github/helm-values/prod-us-east-2-delta.neon-proxy-scram.yaml @@ -11,7 +11,7 @@ settings: sentryEnvironment: "production" wssPort: 8443 metricCollectionEndpoint: "http://console-release.local/billing/api/v1/usage_events" - metricCollectionInterval: "1min" + metricCollectionInterval: "10min" # -- Additional labels for neon-proxy pods podLabels: diff --git a/.github/helm-values/prod-us-west-2-eta.neon-proxy-scram.yaml b/.github/helm-values/prod-us-west-2-eta.neon-proxy-scram.yaml index 463ac64ffc..919a0d503c 100644 --- a/.github/helm-values/prod-us-west-2-eta.neon-proxy-scram.yaml +++ b/.github/helm-values/prod-us-west-2-eta.neon-proxy-scram.yaml @@ -11,7 +11,7 @@ settings: sentryEnvironment: "production" wssPort: 8443 metricCollectionEndpoint: "http://console-release.local/billing/api/v1/usage_events" - metricCollectionInterval: "1min" + metricCollectionInterval: "10min" # -- Additional labels for neon-proxy pods podLabels: diff --git a/.github/helm-values/production.proxy-scram.yaml b/.github/helm-values/production.proxy-scram.yaml index 1ea3bdb847..8cc9d16e2a 100644 --- a/.github/helm-values/production.proxy-scram.yaml +++ b/.github/helm-values/production.proxy-scram.yaml @@ -5,7 +5,7 @@ settings: sentryEnvironment: "production" wssPort: 8443 metricCollectionEndpoint: "http://console-release.local/billing/api/v1/usage_events" - metricCollectionInterval: "1min" + metricCollectionInterval: "10min" podLabels: zenith_service: proxy-scram