Fix alloy config
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
Torjus Håkestad 2025-05-24 12:42:40 +02:00
parent 2e6679b134
commit 6fc4d42d16
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -10,7 +10,7 @@
text = ''
pyroscope.write "local_pyroscope" {
endpoint {
url = "http://localhost:4040";
url = "http://localhost:4040"
}
}
@ -20,19 +20,19 @@
profiling_config {
profile.process_cpu {
enabled = true;
enabled = true
}
profile.memory {
enabled = true;
enabled = true
}
profile.mutex {
enabled = true;
enabled = true
}
profile.block {
enabled = true;
enabled = true
}
profile.goroutine {
enabled = true;
enabled = true
}
}
}