Skip to content

Commit

Permalink
[BEAM-8134] Grafana dashboards for Load Tests and IO IT Performance T…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
kamilwu committed May 7, 2020
1 parent 79a66fd commit f05466d
Show file tree
Hide file tree
Showing 9 changed files with 5,529 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .test-infra/metrics/beamgrafana-deploy.yaml
Expand Up @@ -37,7 +37,7 @@ spec:
fsGroup: 1000
containers:
- name: beamgrafana
image: gcr.io/apache-beam-testing/beamgrafana:beammetrics20200421
image: gcr.io/apache-beam-testing/beamgrafana:beammetrics20200505
securityContext:
runAsUser: 0
env:
Expand Down Expand Up @@ -104,7 +104,7 @@ spec:
mountPath: /secrets/cloudsql
readOnly: true
- name: beammetricssyncjenkins
image: gcr.io/apache-beam-testing/beammetricssyncjenkins:beammetrics20200421
image: gcr.io/apache-beam-testing/beammetricssyncjenkins:beammetrics20200505
env:
- name: DB_HOST
value: 127.0.0.1
Expand All @@ -123,7 +123,7 @@ spec:
name: beammetrics-psql-db-credentials
key: password
- name: beammetricssyncjira
image: gcr.io/apache-beam-testing/beammetricssyncjira:beammetrics20200421
image: gcr.io/apache-beam-testing/beammetricssyncjira:beammetrics20200505
env:
- name: DB_HOST
value: 127.0.0.1
Expand All @@ -142,7 +142,7 @@ spec:
name: beammetrics-psql-db-credentials
key: password
- name: beammetricssyncgithub
image: gcr.io/apache-beam-testing/beammetricssyncgithub:beammetrics20200421
image: gcr.io/apache-beam-testing/beammetricssyncgithub:beammetrics20200505
env:
- name: DB_HOST
value: 127.0.0.1
Expand Down
2 changes: 1 addition & 1 deletion .test-infra/metrics/grafana/Dockerfile
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
################################################################################

FROM grafana/grafana:6.7.2
FROM grafana/grafana:6.7.3

COPY ./provisioning /etc/beamgrafana/provisioning
COPY ./dashboards /etc/beamgrafana/dashboards
Expand Down

0 comments on commit f05466d

Please sign in to comment.