Compare commits

..

No commits in common. "6fc4d42d162c0df23a4eccf8a8040f6777f4ff95" and "ebcdefd0cad3845a311556f88ddcb6a205607ad9" have entirely different histories.

2 changed files with 10 additions and 10 deletions

8
flake.lock generated
View File

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

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