Skip to content

Commit abd82bb

Browse files
authored
Fix metrics url (#35570)
1 parent 4f9d560 commit abd82bb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Here are some resources actively maintained by the Beam community to help you ge
119119
<td>A certification granted by Google Cloud, certifying proficiency in Beam.</td>
120120
</tr>
121121
<tr>
122-
<td><a href="https://s.apache.org/beam-community-metrics" target="_blank" rel="noopener noreferrer">Community Metrics </a></td>
122+
<td><a href="https://metrics.beam.apache.org/" target="_blank" rel="noopener noreferrer">Community Metrics </a></td>
123123
<td>Beam's Git Community Metrics.</td>
124124
</tr>
125125
</tbody>

sdks/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Here are some resources actively maintained by the Beam community to help you ge
113113
<td>A certification granted by Google Cloud, certifying proficiency in Beam.</td>
114114
</tr>
115115
<tr>
116-
<td><a href="https://s.apache.org/beam-community-metrics" target="_blank" rel="noopener noreferrer">Community Metrics </a></td>
116+
<td><a href="https://metrics.beam.apache.org/" target="_blank" rel="noopener noreferrer">Community Metrics </a></td>
117117
<td>Beam's Git Community Metrics.</td>
118118
</tr>
119119
</tbody>

website/www/site/content/en/documentation/io/io-standards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ Performance benchmarks are a critical part of best practices for I/Os as they ef
14621462

14631463
#### Dashboard
14641464

1465-
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).
1465+
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).
14661466

14671467

14681468
<p><img src="/images/io-standards/io-connector-performance-test-dashboard-screenshot.png" alt="Dataflow performance test dashboard" title="Dataflow performance test dashboard"></img>

website/www/site/content/en/documentation/io/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ If you modified/added new Jenkins job definitions in your Pull Request, run the
334334

335335
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.
336336

337-
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)
337+
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)
338338

339339
### Implementing Integration Tests {#implementing-integration-tests}
340340

0 commit comments

Comments
 (0)