change victoriametrics

This commit is contained in:
2023-08-19 08:35:52 +02:00
parent e413146d7c
commit 4921dfb6f7
4 changed files with 2 additions and 7 deletions

View File

@@ -7,10 +7,6 @@ let
static_configs:
- targets:
- 127.0.0.1:9100
remote_write:
- url: https://victoria-server.cloonar.com/v1/write
queue_config:
max_samples_per_send: 10000
'';
in {
sops.secrets.victoria-agent-env = {
@@ -28,7 +24,6 @@ in {
serviceConfig = {
EnvironmentFile=config.sops.secrets.victoria-agent-env.path;
ExecPreStart="echo $httpAuth_username";
};
};
}