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

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


    from 0816198  Merge pull request #6418 from qinyeli/display_bug
     add b37e9a8  Add metrics dashboard deployment script and logic
     add 764db0d  Fix rat issues
     add 81c536c  Merge pull request #6490 from Ardagan/AddGrafana

No new revisions were added by this update.

Summary of changes:
 .test-infra/metrics/README.md                      | 123 +++++++++
 ...beam-grafana-etcdata-persistentvolumeclaim.yaml |  18 +-
 ...eam-grafana-libdata-persistentvolumeclaim.yaml} |  20 +-
 ...beam-grafana-logdata-persistentvolumeclaim.yaml |  18 +-
 ...beam-postgresql-data-persistentvolumeclaim.yaml |  18 +-
 .test-infra/metrics/beamgrafana-deploy.yaml        | 115 ++++++++
 .test-infra/metrics/dashboards/dashboard.json      | 297 +++++++++++++++++++++
 .../metrics/docker-compose.yml                     |  40 ++-
 .../metrics/sync/jenkins/Dockerfile                |  13 +-
 .../metrics/sync/jenkins/README.md                 |   9 +-
 .../sync/jenkins/requirements.txt}                 |   6 +-
 .test-infra/metrics/sync/jenkins/syncjenkins.py    | 210 +++++++++++++++
 build.gradle                                       |   3 +
 13 files changed, 847 insertions(+), 43 deletions(-)
 create mode 100644 .test-infra/metrics/README.md
 copy runners/samza/src/main/resources/log4j.properties => 
.test-infra/metrics/beam-grafana-etcdata-persistentvolumeclaim.yaml (78%)
 copy 
.test-infra/{kubernetes/cassandra/SmallITCluster/cassandra-service-for-local-dev.yaml
 => metrics/beam-grafana-libdata-persistentvolumeclaim.yaml} (77%)
 copy runners/samza/src/main/resources/log4j.properties => 
.test-infra/metrics/beam-grafana-logdata-persistentvolumeclaim.yaml (78%)
 copy runners/samza/src/main/resources/log4j.properties => 
.test-infra/metrics/beam-postgresql-data-persistentvolumeclaim.yaml (78%)
 create mode 100644 .test-infra/metrics/beamgrafana-deploy.yaml
 create mode 100644 .test-infra/metrics/dashboards/dashboard.json
 copy runners/flink/src/test/resources/log4j-test.properties => 
.test-infra/metrics/docker-compose.yml (52%)
 copy sdks/java/extensions/sql/src/main/resources/saffron.properties => 
.test-infra/metrics/sync/jenkins/Dockerfile (88%)
 copy CONTRIBUTING.md => .test-infra/metrics/sync/jenkins/README.md (74%)
 copy .test-infra/{kubernetes/hadoop/LargeITCluster/setup.sh => 
metrics/sync/jenkins/requirements.txt} (92%)
 mode change 100755 => 100644
 create mode 100644 .test-infra/metrics/sync/jenkins/syncjenkins.py

Reply via email to