You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ki...@apache.org on 2022/03/18 19:34:50 UTC

[beam] branch master updated: Add Java 17 Nexmark metrics to Grafana

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

kileysok pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 9094932  Add Java 17 Nexmark metrics to Grafana
     new 60f8f35  Merge pull request #17008 from kileys/java17
9094932 is described below

commit 9094932433d4091e2072b191d5388aecec2f7013
Author: kileys <ki...@google.com>
AuthorDate: Thu Mar 3 23:12:32 2022 +0000

    Add Java 17 Nexmark metrics to Grafana
    
    Add java 17 to website doc
---
 .../Nexmark_Dataflow_RunnerV2.json                 | 22 ++++++++++++++++++++++
 .../en/documentation/runtime/environments.md       |  1 +
 2 files changed, 23 insertions(+)

diff --git a/.test-infra/metrics/grafana/dashboards/perftests_metrics/Nexmark_Dataflow_RunnerV2.json b/.test-infra/metrics/grafana/dashboards/perftests_metrics/Nexmark_Dataflow_RunnerV2.json
index 0a42f66..f8993c3 100644
--- a/.test-infra/metrics/grafana/dashboards/perftests_metrics/Nexmark_Dataflow_RunnerV2.json
+++ b/.test-infra/metrics/grafana/dashboards/perftests_metrics/Nexmark_Dataflow_RunnerV2.json
@@ -380,6 +380,28 @@
             ]
           ],
           "tags": []
+        },
+        {
+          "alias": "[[m]]_java17",
+          "groupBy": [],
+          "measurement": "",
+          "orderByTime": "ASC",
+          "policy": "default",
+          "query": "SELECT \"runtimeMs\" FROM \"forever\"./nexmark_${ID}_\\w*${processingType}/ WHERE \"runner\" = 'DataflowRunner' AND \"runnerVersion\" = 'V2' AND \"javaVersion\" = '17' AND $timeFilter GROUP BY \"runner\"",
+          "rawQuery": true,
+          "refId": "C",
+          "resultFormat": "time_series",
+          "select": [
+            [
+              {
+                "params": [
+                  "value"
+                ],
+                "type": "field"
+              }
+            ]
+          ],
+          "tags": []
         }
       ],
       "thresholds": [],
diff --git a/website/www/site/content/en/documentation/runtime/environments.md b/website/www/site/content/en/documentation/runtime/environments.md
index 9588bbf..698438b 100644
--- a/website/www/site/content/en/documentation/runtime/environments.md
+++ b/website/www/site/content/en/documentation/runtime/environments.md
@@ -130,6 +130,7 @@ This method requires building image artifacts from Beam source. For additional i
   REPOSITORY                         TAG                  DIGEST                   IMAGE ID         CREATED           SIZE
   apache/beam_java8_sdk              latest               sha256:...               ...              1 min ago         ...
   apache/beam_java11_sdk             latest               sha256:...               ...              1 min ago         ...
+  apache/beam_java17_sdk             latest               sha256:...               ...              1 min ago         ...
   apache/beam_python3.6_sdk          latest               sha256:...               ...              1 min ago         ...
   apache/beam_python3.7_sdk          latest               sha256:...               ...              1 min ago         ...
   apache/beam_python3.8_sdk          latest               sha256:...               ...              1 min ago         ...