File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33A Prometheus exporter for MQTT message monitoring that connects to an MQTT broker and exposes metrics about message counts and connection status.
44
5- ** Image** : ` ghcr.io/d0ugal/mqtt-exporter:v1.26.7 `
5+ ** Image** : ` ghcr.io/d0ugal/mqtt-exporter:v1.26.8 `
66
77## Metrics
88
@@ -28,7 +28,7 @@ A Prometheus exporter for MQTT message monitoring that connects to an MQTT broke
2828version : ' 3.8'
2929services :
3030 mqtt-exporter :
31- image : ghcr.io/d0ugal/mqtt-exporter:v1.26.7
31+ image : ghcr.io/d0ugal/mqtt-exporter:v1.26.8
3232 ports :
3333 - " 8080:8080"
3434 environment :
7979version: '3.8'
8080services:
8181 mqtt-exporter:
82- image: ghcr.io/d0ugal/mqtt-exporter:v1.26.7
82+ image: ghcr.io/d0ugal/mqtt-exporter:v1.26.8
8383 ports:
8484 - "8080:8080"
8585 environment:
@@ -109,7 +109,7 @@ spec:
109109 spec:
110110 containers:
111111 - name: mqtt-exporter
112- image: ghcr.io/d0ugal/mqtt-exporter:v1.26.7
112+ image: ghcr.io/d0ugal/mqtt-exporter:v1.26.8
113113 ports:
114114 - containerPort: 8080
115115 env:
You can’t perform that action at this time.
0 commit comments