fix: correct syntax for extraScrapeConfigs in VictoriaMetrics configuration
This commit is contained in:
parent
faad280aa0
commit
9cfd7f5052
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ let
|
||||||
- source_labels: [name]
|
- source_labels: [name]
|
||||||
regex: '(container@git|microvm@git-runner-|postfix|dovecot|openldap|wireguard-wg_cloonar).*\.service'
|
regex: '(container@git|microvm@git-runner-|postfix|dovecot|openldap|wireguard-wg_cloonar).*\.service'
|
||||||
action: keep
|
action: keep
|
||||||
${concatStringsSep "\n" config.services.victoriametrics.extraScrapeConfigs}
|
${concatStringsSep "\n" config.services.victoriametrics.extraScrapeConfigs}
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
options.services.victoriametrics = {
|
options.services.victoriametrics = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue