From f279c3473ee54b593772c30a39878d2da46b327c Mon Sep 17 00:00:00 2001 From: anirudhwarrier <12178754+anirudhwarrier@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:59:47 +0530 Subject: [PATCH] update grafana config --- integration-tests/testconfig/automation/automation.toml | 2 +- integration-tests/testconfig/keeper/keeper.toml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/integration-tests/testconfig/automation/automation.toml b/integration-tests/testconfig/automation/automation.toml index 261e7c19205..925771946c8 100644 --- a/integration-tests/testconfig/automation/automation.toml +++ b/integration-tests/testconfig/automation/automation.toml @@ -204,7 +204,7 @@ max_perform_data_size=5_000 max_revert_data_size=5_000 # load test specific overrides -[Load.Logging.Grafana] +[Logging.Grafana] base_url="https://grafana.ops.prod.cldev.sh" dashboard_url="/d/a4899f53-f709-430a-aec2-24f32198dcc9/chainlink-automation-v2-load-test" diff --git a/integration-tests/testconfig/keeper/keeper.toml b/integration-tests/testconfig/keeper/keeper.toml index 4f06ccbd443..e68007b9318 100644 --- a/integration-tests/testconfig/keeper/keeper.toml +++ b/integration-tests/testconfig/keeper/keeper.toml @@ -60,7 +60,7 @@ contract_call_interval = "4s" root_key_funds_buffer = 1_000_000 # benchmark test specific overrides -[Benchmark.Logging.Grafana] +[Logging.Grafana] base_url="https://grafana.ops.prod.cldev.sh" dashboard_url="/d/Q8n6m1unz/chainlink-automation-benchmark-test" @@ -116,9 +116,6 @@ LimitDefault = 5_000_000 """ # soak test specific overrides -[Soak.Logging.Grafana] -base_url="https://grafana.ops.prod.cldev.sh" -dashboard_url="/d/Q8n6m1unz/chainlink-automation-benchmark-test" [Soak.Keeper.Common] registry_to_test = "2_1"