diff --git a/.github/ansible/prod.ap-southeast-1.hosts.yaml b/.github/ansible/prod.ap-southeast-1.hosts.yaml index 648029c120..7c6d1db6d7 100644 --- a/.github/ansible/prod.ap-southeast-1.hosts.yaml +++ b/.github/ansible/prod.ap-southeast-1.hosts.yaml @@ -6,6 +6,8 @@ storage: broker_endpoint: http://storage-broker-lb.epsilon.ap-southeast-1.internal.aws.neon.tech:50051 pageserver_config_stub: pg_distrib_dir: /usr/local + metric_collection_endpoint: http://console-release.local/billing/api/v1/usage_events + metric_collection_interval: 10min remote_storage: bucket_name: "{{ bucket_name }}" bucket_region: "{{ bucket_region }}" diff --git a/.github/ansible/prod.eu-central-1.hosts.yaml b/.github/ansible/prod.eu-central-1.hosts.yaml index c285a9f3b6..83d4f6f37d 100644 --- a/.github/ansible/prod.eu-central-1.hosts.yaml +++ b/.github/ansible/prod.eu-central-1.hosts.yaml @@ -6,6 +6,8 @@ storage: broker_endpoint: http://storage-broker-lb.gamma.eu-central-1.internal.aws.neon.tech:50051 pageserver_config_stub: pg_distrib_dir: /usr/local + metric_collection_endpoint: http://console-release.local/billing/api/v1/usage_events + metric_collection_interval: 10min remote_storage: bucket_name: "{{ bucket_name }}" bucket_region: "{{ bucket_region }}" diff --git a/.github/ansible/prod.us-east-2.hosts.yaml b/.github/ansible/prod.us-east-2.hosts.yaml index 1753068b8c..7f7601cd39 100644 --- a/.github/ansible/prod.us-east-2.hosts.yaml +++ b/.github/ansible/prod.us-east-2.hosts.yaml @@ -6,6 +6,8 @@ storage: broker_endpoint: http://storage-broker-lb.delta.us-east-2.internal.aws.neon.tech:50051 pageserver_config_stub: pg_distrib_dir: /usr/local + metric_collection_endpoint: http://console-release.local/billing/api/v1/usage_events + metric_collection_interval: 10min remote_storage: bucket_name: "{{ bucket_name }}" bucket_region: "{{ bucket_region }}" @@ -34,4 +36,4 @@ storage: ansible_host: i-06d113fb73bfddeb0 safekeeper-2.us-east-2.aws.neon.tech: ansible_host: i-09f66c8e04afff2e8 - + diff --git a/.github/ansible/prod.us-west-2.hosts.yaml b/.github/ansible/prod.us-west-2.hosts.yaml index 9eb422a3ae..ff5d924a91 100644 --- a/.github/ansible/prod.us-west-2.hosts.yaml +++ b/.github/ansible/prod.us-west-2.hosts.yaml @@ -6,6 +6,8 @@ storage: broker_endpoint: http://storage-broker-lb.eta.us-west-2.internal.aws.neon.tech:50051 pageserver_config_stub: pg_distrib_dir: /usr/local + metric_collection_endpoint: http://console-release.local/billing/api/v1/usage_events + metric_collection_interval: 10min remote_storage: bucket_name: "{{ bucket_name }}" bucket_region: "{{ bucket_region }}" diff --git a/.github/ansible/production.hosts.yaml b/.github/ansible/production.hosts.yaml index 3122a43801..22bace5ade 100644 --- a/.github/ansible/production.hosts.yaml +++ b/.github/ansible/production.hosts.yaml @@ -7,6 +7,8 @@ storage: broker_endpoint: http://storage-broker.prod.local:50051 pageserver_config_stub: pg_distrib_dir: /usr/local + metric_collection_endpoint: http://console-staging.local/billing/api/v1/usage_events + metric_collection_interval: 10min remote_storage: bucket_name: "{{ bucket_name }}" bucket_region: "{{ bucket_region }}"