diff --git a/docker-compose.yml b/docker-compose.yml index 0487c93..e32befd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ x-pg-exporter-env: &pg_exp_env # Services definitions services: nwaku: - image: ${NWAKU_IMAGE:-wakuorg/nwaku:v0.33.1} + image: ${NWAKU_IMAGE:-quay.io/wakuorg/nwaku-pr:3181} restart: on-failure ports: - 30304:30304/tcp diff --git a/monitoring/configuration/dashboards/nwaku-monitoring.json b/monitoring/configuration/dashboards/nwaku-monitoring.json index c4427fa..ec74b6f 100644 --- a/monitoring/configuration/dashboards/nwaku-monitoring.json +++ b/monitoring/configuration/dashboards/nwaku-monitoring.json @@ -3164,7 +3164,7 @@ "fullMetaSearch": false, "includeNullMetadata": true, "instant": false, - "legendFormat": "{{type}}", + "legendFormat": "{{__name__}}", "range": true, "refId": "A", "useBackend": false @@ -3263,7 +3263,7 @@ "fullMetaSearch": false, "includeNullMetadata": true, "instant": false, - "legendFormat": "{{type}}", + "legendFormat": "{{__name__}}", "range": true, "refId": "A", "useBackend": false