Skip to content

Commit

Permalink
Update docs for alloy
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Jun 27, 2024
1 parent a57ff2c commit 2accdfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/install-upgrade/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ config:
...
fabric:
...
controlProxy: true # (optional) same as passing --control-proxy=true to hhfab init
alloy:
agentScrapeIntervalSeconds: 120
controlProxyURL: http://172.30.1.1:31028
Expand Down Expand Up @@ -77,6 +78,7 @@ config:
- meminfo
unixExporterEnabled: true
unixScrapeIntervalSeconds: 120
collectSyslogEnabled: true # collect /var/log/syslog on switches and forward to the lokiTargets
```

For additional options, see the `AlloyConfig` [struct in Fabric repo](https://github.com/githedgehog/fabric/blob/master/api/meta/alloy.go).

0 comments on commit 2accdfc

Please sign in to comment.