This is an automated email from the ASF dual-hosted git repository.
mikhail pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from c80ca6b Merge pull request #9181 from bmv126/map_with_row_as_value
add f75c2fb Provision datasources and dashboards from config.
No new revisions were added by this update.
Summary of changes:
.test-infra/metrics/beamgrafana-deploy.yaml | 20 +-
.../metrics/build_and_publish_containers.sh | 57 ++++
.../metrics/dashboards/pre-commit_tests.json | 241 -----------------
.test-infra/metrics/docker-compose.yml | 12 +-
.../metrics/{sync/jenkins => grafana}/Dockerfile | 11 +-
.../dashboards/Post-Commits_status_dashboard.json | 2 +-
.../{ => grafana}/dashboards/code_velocity.json | 71 ++---
.../dashboards/post-commit_tests.json | 65 +----
.../dashboards/pre-commit_tests.json} | 295 +++++++++++----------
.../dashboards/source_data_freshness.json | 37 +--
.../dashboards/stability_critical_jobs_status.json | 8 +-
.../provisioning/dashboards/all.yaml} | 20 +-
.../provisioning/datasources/beampostgresql.yaml} | 21 +-
.test-infra/metrics/postgres/init.sql | 18 ++
14 files changed, 326 insertions(+), 552 deletions(-)
create mode 100755 .test-infra/metrics/build_and_publish_containers.sh
delete mode 100644 .test-infra/metrics/dashboards/pre-commit_tests.json
copy .test-infra/metrics/{sync/jenkins => grafana}/Dockerfile (84%)
rename .test-infra/metrics/{ =>
grafana}/dashboards/Post-Commits_status_dashboard.json (99%)
rename .test-infra/metrics/{ => grafana}/dashboards/code_velocity.json (96%)
rename .test-infra/metrics/{ => grafana}/dashboards/post-commit_tests.json
(95%)
copy .test-infra/metrics/{dashboards/stability_critical_jobs_status.json =>
grafana/dashboards/pre-commit_tests.json} (51%)
rename .test-infra/metrics/{ => grafana}/dashboards/source_data_freshness.json
(89%)
rename .test-infra/metrics/{ =>
grafana}/dashboards/stability_critical_jobs_status.json (95%)
copy .test-infra/metrics/{sync/jenkins/Dockerfile =>
grafana/provisioning/dashboards/all.yaml} (79%)
copy .test-infra/metrics/{sync/jenkins/Dockerfile =>
grafana/provisioning/datasources/beampostgresql.yaml} (77%)
create mode 100644 .test-infra/metrics/postgres/init.sql