From 4214c69694450eddbd82f07700e3ce155e1b223e Mon Sep 17 00:00:00 2001 From: joeaba <77398477+joeaba@users.noreply.github.com> Date: Mon, 10 Jan 2022 21:35:37 -0500 Subject: [PATCH] update metrics url --- system-test/automation_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-test/automation_utils.sh b/system-test/automation_utils.sh index f4a8d40561..ad2d261e4c 100755 --- a/system-test/automation_utils.sh +++ b/system-test/automation_utils.sh @@ -214,7 +214,7 @@ function upload_results_to_slack() { BUILDKITE_BUILD_URL="https://buildkite.com/solana-labs/" fi - GRAFANA_URL="https://metrics.solana.com:3000/d/monitor-${CHANNEL:-edge}/cluster-telemetry-${CHANNEL:-edge}?var-testnet=${TESTNET_TAG:-testnet-automation}&from=${TESTNET_START_UNIX_MSECS:-0}&to=${TESTNET_FINISH_UNIX_MSECS:-0}" + GRAFANA_URL="https://internal-metrics.solana.com:3000/d/monitor-${CHANNEL:-edge}/cluster-telemetry-${CHANNEL:-edge}?var-testnet=${TESTNET_TAG:-testnet-automation}&from=${TESTNET_START_UNIX_MSECS:-0}&to=${TESTNET_FINISH_UNIX_MSECS:-0}" [[ -n $RESULT_DETAILS ]] || RESULT_DETAILS="Undefined" [[ -n $TEST_CONFIGURATION ]] || TEST_CONFIGURATION="Undefined"