Skip to content

Commit

Permalink
Merge pull request apache#11718 from kamilwu/fix-post-commits-dashboard
Browse files Browse the repository at this point in the history
Make Post-Commits status dashboard compatible with the latest Grafana
  • Loading branch information
pabloem committed May 15, 2020
2 parents 1ddcd46 + 7342a29 commit e56fd73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .test-infra/metrics/beamgrafana-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
fsGroup: 1000
containers:
- name: beamgrafana
image: gcr.io/apache-beam-testing/beamgrafana:beammetrics20200506
image: gcr.io/apache-beam-testing/beamgrafana:beammetrics20200515
securityContext:
runAsUser: 0
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"mappingType": 1,
"pattern": "job_\\d*",
"pattern": "/job_d*/",
"preserveFormat": false,
"thresholds": [
"0.5",
Expand Down

0 comments on commit e56fd73

Please sign in to comment.