From e9f1abb48c4a174c851a7948f43ec3982ea880a5 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 4 Dec 2023 11:56:36 -0600 Subject: [PATCH] [performance] Move scalability and load APM to e2e-perf cluster (#172494) In preparation for a cluster migration. These metrics will remain on the e2e cluster post-migration. (cherry picked from commit 6e7b44641f87ad28c9c3f3c3ee45524c39f3a899) --- x-pack/test/load/config.ts | 4 ++-- x-pack/test/scalability/config.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x-pack/test/load/config.ts b/x-pack/test/load/config.ts index 1419e6ea47c48..8eb59da75acc5 100644 --- a/x-pack/test/load/config.ts +++ b/x-pack/test/load/config.ts @@ -11,8 +11,8 @@ import { FtrConfigProviderContext } from '@kbn/test'; import { GatlingTestRunner } from './runner'; // These "secret" values are intentionally written in the source. -const APM_SERVER_URL = 'https://142fea2d3047486e925eb8b223559cae.apm.europe-west1.gcp.cloud.es.io'; -const APM_PUBLIC_TOKEN = 'pWFFEym07AKBBhUE2i'; +const APM_SERVER_URL = 'https://kibana-ops-e2e-perf.apm.us-central1.gcp.cloud.es.io:443'; +const APM_PUBLIC_TOKEN = 'CTs9y3cvcfq13bQqsB'; const AGGS_SHARD_DELAY = process.env.LOAD_TESTING_SHARD_DELAY; const DISABLE_PLUGINS = process.env.LOAD_TESTING_DISABLE_PLUGINS; const journeyName = process.env.GATLING_SIMULATIONS; diff --git a/x-pack/test/scalability/config.ts b/x-pack/test/scalability/config.ts index 86619232c0dc2..865be503c7665 100644 --- a/x-pack/test/scalability/config.ts +++ b/x-pack/test/scalability/config.ts @@ -18,8 +18,8 @@ import { FtrProviderContext } from './ftr_provider_context'; import { ScalabilityJourney } from './types'; // These "secret" values are intentionally written in the source. -const APM_SERVER_URL = 'https://142fea2d3047486e925eb8b223559cae.apm.europe-west1.gcp.cloud.es.io'; -const APM_PUBLIC_TOKEN = 'pWFFEym07AKBBhUE2i'; +const APM_SERVER_URL = 'https://kibana-ops-e2e-perf.apm.us-central1.gcp.cloud.es.io:443'; +const APM_PUBLIC_TOKEN = 'CTs9y3cvcfq13bQqsB'; const AGGS_SHARD_DELAY = process.env.LOAD_TESTING_SHARD_DELAY; const DISABLE_PLUGINS = process.env.LOAD_TESTING_DISABLE_PLUGINS;