Compare commits

...

2 Commits

Author SHA1 Message Date
6fc4d42d16
Fix alloy config
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
2025-05-24 12:42:40 +02:00
2e6679b134
flake.lock: Update
Flake lock file updates:

• Updated input 'labmon':
    'git+https://git.t-juice.club/torjus/labmon?ref=master&rev=586440fe8d55db3e94ee623180bb65472ca04a29' (2025-05-24)
  → 'git+https://git.t-juice.club/torjus/labmon?ref=master&rev=c620e4a005a03fdcf39b4efe7731ca36c48d4f55' (2025-05-24)
2025-05-24 12:42:13 +02:00
2 changed files with 10 additions and 10 deletions

8
flake.lock generated
View File

@ -49,11 +49,11 @@
]
},
"locked": {
"lastModified": 1748050424,
"narHash": "sha256-RnFEe8mjcaSa5jhEgIcZabuzj3TmflSwt1qK7HBe/4A=",
"lastModified": 1748082420,
"narHash": "sha256-XRJkItGJ6sasT5VzZQp4yeLxWXbaj4pub/F05Wqmtvw=",
"ref": "master",
"rev": "586440fe8d55db3e94ee623180bb65472ca04a29",
"revCount": 10,
"rev": "c620e4a005a03fdcf39b4efe7731ca36c48d4f55",
"revCount": 11,
"type": "git",
"url": "https://git.t-juice.club/torjus/labmon"
},

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
}
}
}