commented out appdaemon section

This commit is contained in:
John Lancaster
2025-02-15 01:30:50 -06:00
parent 1ee44b7b80
commit f5dfdaba55

View File

@@ -28,15 +28,6 @@ scrape_configs:
- target_label: 'host' - target_label: 'host'
replacement: '${HOSTNAME}' replacement: '${HOSTNAME}'
pipeline_stages: pipeline_stages:
# - match:
# selector: '{container="appdaemon"}'
# stages:
# - regex:
# expression: "(?P<date>\\\\d{4}-\\\\d{2}-\\\\d{2}) (?P<time>\\\\d{2}:\\\\d{2}:\\\\d{2} [AP)]M) (?P<level>\\\\w+) (?P<app>\\\\w+): (?P<msg>.*?)$"
# - labels:
# level:
# app:
# msg:
- match: - match:
selector: '{container="zigbee2mqtt"} |= "MQTT publish"' selector: '{container="zigbee2mqtt"} |= "MQTT publish"'
stages: stages: