Skip to content

Commit

Permalink
Update path to filename (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
clayton-cornell authored Aug 6, 2024
1 parent d5089b2 commit d617d56
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ prometheus.exporter.snmp "LABEL" {
}
```

or
or

```alloy
prometheus.exporter.snmp "LABEL" {
Expand Down Expand Up @@ -160,11 +160,11 @@ prometheus.scrape "demo" {
}
```

This example is the same above with using an embedded configuration (with secrets):
This example uses an embedded configuration (with secrets):

```alloy
local.file "snmp_config" {
path = "snmp_modules.yml"
filename = "snmp_modules.yml"
is_secret = true
}
Expand Down

0 comments on commit d617d56

Please sign in to comment.