diff --git a/.github/helm-values/dev-eu-west-1-zeta.neon-proxy-scram.yaml b/.github/helm-values/dev-eu-west-1-zeta.neon-proxy-scram.yaml index 08304503c5..47924456ba 100644 --- a/.github/helm-values/dev-eu-west-1-zeta.neon-proxy-scram.yaml +++ b/.github/helm-values/dev-eu-west-1-zeta.neon-proxy-scram.yaml @@ -10,6 +10,8 @@ settings: domain: "*.eu-west-1.aws.neon.build" sentryEnvironment: "development" wssPort: 8443 + metricCollectionEndpoint: "http://console-staging.local/billing/api/v1/usage_events" + metricCollectionInterval: "1min" # -- Additional labels for neon-proxy pods podLabels: diff --git a/.github/helm-values/dev-us-east-2-beta.neon-proxy-link.yaml b/.github/helm-values/dev-us-east-2-beta.neon-proxy-link.yaml index 093fac146a..eb8fd50c0f 100644 --- a/.github/helm-values/dev-us-east-2-beta.neon-proxy-link.yaml +++ b/.github/helm-values/dev-us-east-2-beta.neon-proxy-link.yaml @@ -9,6 +9,8 @@ settings: authEndpoint: "https://console.stage.neon.tech/authenticate_proxy_request/" uri: "https://console.stage.neon.tech/psql_session/" sentryEnvironment: "development" + metricCollectionEndpoint: "http://console-staging.local/billing/api/v1/usage_events" + metricCollectionInterval: "1min" # -- Additional labels for neon-proxy-link pods podLabels: diff --git a/.github/helm-values/dev-us-east-2-beta.neon-proxy-scram-legacy.yaml b/.github/helm-values/dev-us-east-2-beta.neon-proxy-scram-legacy.yaml index be0fc329c9..8a08738d5f 100644 --- a/.github/helm-values/dev-us-east-2-beta.neon-proxy-scram-legacy.yaml +++ b/.github/helm-values/dev-us-east-2-beta.neon-proxy-scram-legacy.yaml @@ -10,6 +10,8 @@ settings: domain: "*.cloud.stage.neon.tech" sentryEnvironment: "development" wssPort: 8443 + metricCollectionEndpoint: "http://console-staging.local/billing/api/v1/usage_events" + metricCollectionInterval: "1min" # -- Additional labels for neon-proxy pods podLabels: diff --git a/.github/helm-values/dev-us-east-2-beta.neon-proxy-scram.yaml b/.github/helm-values/dev-us-east-2-beta.neon-proxy-scram.yaml index b7f712585b..b02d46917c 100644 --- a/.github/helm-values/dev-us-east-2-beta.neon-proxy-scram.yaml +++ b/.github/helm-values/dev-us-east-2-beta.neon-proxy-scram.yaml @@ -10,6 +10,8 @@ settings: domain: "*.us-east-2.aws.neon.build" sentryEnvironment: "development" wssPort: 8443 + metricCollectionEndpoint: "http://console-staging.local/billing/api/v1/usage_events" + metricCollectionInterval: "1min" # -- Additional labels for neon-proxy pods podLabels: