Skip to content

Commit

Permalink
Updated local.file to change path to filename as per documentation (
Browse files Browse the repository at this point in the history
#715) (#738)

(cherry picked from commit 8b9d3e8)

Co-authored-by: fanuch <[email protected]>
  • Loading branch information
github-actions[bot] and fanuch authored May 1, 2024
1 parent ccb9d48 commit e5546b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Look at the following simple pipeline:
```alloy
local.file "example" {
path = env("HOME") + "file.txt"
filename = env("HOME") + "/file.txt"
}
prometheus.remote_write "local_prom" {
Expand Down

0 comments on commit e5546b0

Please sign in to comment.