mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 10:14:25 +01:00
caddy: Rename option metrics.port to metricsPort
This commit is contained in:
parent
2b4a8ddb51
commit
9f4b5b73ed
2 changed files with 5 additions and 5 deletions
|
|
@ -134,7 +134,7 @@ in
|
|||
text = ''
|
||||
prometheus.scrape "caddy" {
|
||||
targets = [{
|
||||
__address__ = "localhost:${builtins.toString config.custom.services.caddy.metrics.port}",
|
||||
__address__ = "localhost:${builtins.toString config.custom.services.caddy.metricsPort}",
|
||||
job = "caddy",
|
||||
instance = constants.hostname,
|
||||
}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue