This is an automated email from the ASF dual-hosted git repository. Amar3tto pushed a commit to branch fix-probers in repository https://gitbox.apache.org/repos/asf/beam.git
commit 5b7f500c2adb5d609a0b5c0b7f0d57a122d44a4f Author: Vitaly Terentyev <[email protected]> AuthorDate: Sat Jul 11 00:16:16 2026 +0400 Use https --- .test-infra/metrics/src/test/groovy/ProberTests.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.test-infra/metrics/src/test/groovy/ProberTests.groovy b/.test-infra/metrics/src/test/groovy/ProberTests.groovy index c5de9ca64c8..93ff97e6783 100644 --- a/.test-infra/metrics/src/test/groovy/ProberTests.groovy +++ b/.test-infra/metrics/src/test/groovy/ProberTests.groovy @@ -22,12 +22,12 @@ import groovy.json.JsonSlurper import static groovy.test.GroovyAssert.shouldFail /** - * Prober tests which performs health checks on deployed infrasture for + * Prober tests which performs health checks on deployed infrastructure for * community metrics. */ class ProberTests { // TODO: Make this configurable - def grafanaEndpoint = 'http://metrics.beam.apache.org' + def grafanaEndpoint = 'https://metrics.beam.apache.org' @Test void PingGrafanaHttpApi() {
