From 0e96c3310535bfee83e0e319c965f5d322dbd981 Mon Sep 17 00:00:00 2001 From: Ruben van Staden Date: Wed, 23 Oct 2024 10:50:08 -0400 Subject: [PATCH] add v1 gcp profile --- testing/benchmark/system-profiles/v1.tfvars | 23 +++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testing/benchmark/system-profiles/v1.tfvars diff --git a/testing/benchmark/system-profiles/v1.tfvars b/testing/benchmark/system-profiles/v1.tfvars new file mode 100644 index 00000000000..42a6b62c0a7 --- /dev/null +++ b/testing/benchmark/system-profiles/v1.tfvars @@ -0,0 +1,23 @@ +user_name = "USER" + +# APM bench + +stack_version = "8.16.0-SNAPSHOT" +ess_region = "gcp-us-west2" +deployment_template = "gcp-cpu-optimized" + +worker_instance_type = "c6i.xlarge" +worker_region = "us-west-2" + +# Elastic Cloud + +apm_server_size = "8g" +apm_server_zone_count = 1 + +elasticsearch_size = "64g" +elasticsearch_zone_count = 2 + +# Standalone + +standalone_apm_server_instance_size = "c6i.xlarge" +standalone_moxy_instance_size = "c6i.2xlarge"