This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/panel-docs in repository https://gitbox.apache.org/repos/asf/beam.git
commit e2643028420242c9b189a5ff640c992223181ea7 Author: Danny McCormick <[email protected]> AuthorDate: Fri Dec 2 15:59:35 2022 -0500 Add panel pointing to docs for ml benchmarks --- .../Python_ML_RunInference_Benchmark_Tests.json | 33 +++++++++++++--------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/.test-infra/metrics/grafana/dashboards/perftests_metrics/Python_ML_RunInference_Benchmark_Tests.json b/.test-infra/metrics/grafana/dashboards/perftests_metrics/Python_ML_RunInference_Benchmark_Tests.json index f2a56da891e..4c6c56d5b19 100644 --- a/.test-infra/metrics/grafana/dashboards/perftests_metrics/Python_ML_RunInference_Benchmark_Tests.json +++ b/.test-infra/metrics/grafana/dashboards/perftests_metrics/Python_ML_RunInference_Benchmark_Tests.json @@ -21,21 +21,26 @@ "editable": true, "gnetId": null, "graphTooltip": 0, - "links": [ - { - "asDropdown": false, - "icon": "info", - "includeVars": false, - "keepTime": false, - "tags": [], - "targetBlank": false, - "title": "Explanation of Benchmarks", - "tooltip": "Documentation of metrics used", - "type": "link", - "url": "https://s.apache.org/beam-ml-metrics" - } - ], + "links": [], "panels": [ + { + "datasource": null, + "description": "", + "gridPos": { + "h": 2, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 2, + "options": { + "content": "Detailed descriptions of each benchmark can be found at https://s.apache.org/beam-ml-metrics", + "mode": "markdown" + }, + "pluginVersion": "8.1.8", + "title": "Benchmark descriptions", + "type": "text" + }, { "aliasColors": {}, "bars": false,
