diff --git a/config.alloy b/config.alloy index 8d120de..67f3f76 100644 --- a/config.alloy +++ b/config.alloy @@ -20,7 +20,9 @@ prometheus.exporter.windows "local" { "update", "textfile", ] - text_file_dir = "C:/ProgramData/Alloy/metrics" + textfile { + directories = ["C:/ProgramData/Alloy/metrics"] + } }