You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2019/09/24 16:37:56 UTC

[beam] branch master updated (d61c227 -> f4a1358)

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 d61c227  Merge pull request #9596: [BEAM-8256] Set fixed number of workers for Java IOITs
     add f4a1358  [BEAM-8131] Provide Kubernetes setup for Prometheus (#9482)

No new revisions were added by this update.

Summary of changes:
 .test-infra/metrics/README.md                      |  31 +++--
 .../apply_configmaps.sh}                           |  10 +-
 .test-infra/metrics/beamprometheus-deploy.yaml     | 125 +++++++++++++++++++++
 .test-infra/metrics/docker-compose.yml             |  28 ++++-
 .../alertmanager/config/alertmanager.yml}          |  35 +++---
 .../prometheus/config/prometheus.yml}              |  24 +++-
 .../prometheus/config/rules.yml}                   |  29 ++---
 7 files changed, 240 insertions(+), 42 deletions(-)
 copy .test-infra/{kubernetes/kafka-cluster/setup-cluster.sh => metrics/apply_configmaps.sh} (67%)
 create mode 100644 .test-infra/metrics/beamprometheus-deploy.yaml
 copy .test-infra/metrics/{grafana/provisioning/dashboards/all.yaml => prometheus/alertmanager/config/alertmanager.yml} (61%)
 copy .test-infra/metrics/{sync/jenkins/Dockerfile => prometheus/prometheus/config/prometheus.yml} (67%)
 copy .test-infra/metrics/{grafana/provisioning/dashboards/all.yaml => prometheus/prometheus/config/rules.yml} (58%)