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": {
"lastModified": 1748082420,
"narHash": "sha256-XRJkItGJ6sasT5VzZQp4yeLxWXbaj4pub/F05Wqmtvw=",
"lastModified": 1748050424,
"narHash": "sha256-RnFEe8mjcaSa5jhEgIcZabuzj3TmflSwt1qK7HBe/4A=",
"ref": "master",
"rev": "c620e4a005a03fdcf39b4efe7731ca36c48d4f55",
"revCount": 11,
"rev": "586440fe8d55db3e94ee623180bb65472ca04a29",
"revCount": 10,
"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;
}
}
}