This is an automated email from the ASF dual-hosted git repository.

vterentev pushed a commit to branch fix-grafana-url
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 8891cab61d84de90bc31625a16123de0ce632d6a
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Sat Jul 12 08:59:47 2025 +0400

    Fix metrics url
---
 README.md                                                    | 2 +-
 sdks/python/README.md                                        | 2 +-
 website/www/site/content/en/documentation/io/io-standards.md | 2 +-
 website/www/site/content/en/documentation/io/testing.md      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 2a0ac433cce..84647640774 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ Here are some resources actively maintained by the Beam 
community to help you ge
     <td>A certification granted by Google Cloud, certifying proficiency in 
Beam.</td>
   </tr>
   <tr>
-    <td><a href="https://s.apache.org/beam-community-metrics"; target="_blank" 
rel="noopener noreferrer">Community Metrics </a></td>
+    <td><a href="https://metrics.beam.apache.org/"; target="_blank" 
rel="noopener noreferrer">Community Metrics </a></td>
     <td>Beam's Git Community Metrics.</td>
   </tr>
 </tbody>
diff --git a/sdks/python/README.md b/sdks/python/README.md
index 754235c748a..fb2d5ed7ab0 100644
--- a/sdks/python/README.md
+++ b/sdks/python/README.md
@@ -113,7 +113,7 @@ Here are some resources actively maintained by the Beam 
community to help you ge
     <td>A certification granted by Google Cloud, certifying proficiency in 
Beam.</td>
   </tr>
   <tr>
-    <td><a href="https://s.apache.org/beam-community-metrics"; target="_blank" 
rel="noopener noreferrer">Community Metrics </a></td>
+    <td><a href="https://metrics.beam.apache.org/"; target="_blank" 
rel="noopener noreferrer">Community Metrics </a></td>
     <td>Beam's Git Community Metrics.</td>
   </tr>
 </tbody>
diff --git a/website/www/site/content/en/documentation/io/io-standards.md 
b/website/www/site/content/en/documentation/io/io-standards.md
index 2bae828d405..94aa48323fd 100644
--- a/website/www/site/content/en/documentation/io/io-standards.md
+++ b/website/www/site/content/en/documentation/io/io-standards.md
@@ -1462,7 +1462,7 @@ Performance benchmarks are a critical part of best 
practices for I/Os as they ef
 
 #### Dashboard
 
-Google runs performance tests routinely for built-in I/Os and publishes them 
to an externally viewable dashboard for 
[Java](https://s.apache.org/beam-community-metrics/d/bnlHKP3Wz/java-io-it-tests-dataflow?orgId=1)
 and 
[Python](https://s.apache.org/beam-community-metrics/d/gP7vMPqZz/python-io-it-tests-dataflow?orgId=1).
+Google runs performance tests routinely for built-in I/Os and publishes them 
to an externally viewable dashboard for 
[Java](https://metrics.beam.apache.org/d/bnlHKP3Wz/java-io-it-tests-dataflow?orgId=1)
 and 
[Python](https://metrics.beam.apache.org/d/gP7vMPqZz/python-io-it-tests-dataflow?orgId=1).
 
 
 <p><img 
src="/images/io-standards/io-connector-performance-test-dashboard-screenshot.png"
 alt="Dataflow performance test dashboard" title="Dataflow performance test 
dashboard"></img>
diff --git a/website/www/site/content/en/documentation/io/testing.md 
b/website/www/site/content/en/documentation/io/testing.md
index f35a1bcb384..43a18d1e7c5 100644
--- a/website/www/site/content/en/documentation/io/testing.md
+++ b/website/www/site/content/en/documentation/io/testing.md
@@ -334,7 +334,7 @@ If you modified/added new Jenkins job definitions in your 
Pull Request, run the
 
 As mentioned before, we measure the performance of IOITs by gathering test 
execution times from Jenkins jobs that run periodically. The consequent results 
are stored in a database (BigQuery), therefore we can display them in a form of 
plots.
 
-The dashboard gathering all the results is available here: [Performance 
Testing 
Dashboard](http://35.193.202.176/d/1/getting-started?orgId=1&viewPanel=123125)
+The dashboard gathering all the results is available here: [Performance 
Testing 
Dashboard](https://metrics.beam.apache.org/d/1/getting-started?orgId=1&viewPanel=123125)
 
 ### Implementing Integration Tests {#implementing-integration-tests}
 

Reply via email to