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

This commit is contained in:
2025-05-24 12:42:40 +02:00
parent 2e6679b134
commit 6fc4d42d16

View File

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