fixed for updated telegraf

This commit is contained in:
John Lancaster
2024-02-24 15:50:56 -06:00
parent d6f377b5bf
commit fee154dbc5
3 changed files with 2 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ scrape_configs:
- source_labels: ['__meta_docker_container_log_stream']
target_label: 'logstream'
- target_label: 'host'
replacement: '${DOCKER_HOST}'
replacement: '${HOSTNAME}'
pipeline_stages:
- match:
selector: '{container="appdaemon"}'