Compare commits
2 Commits
ebcdefd0ca
...
6fc4d42d16
Author | SHA1 | Date | |
---|---|---|---|
6fc4d42d16 | |||
2e6679b134 |
8
flake.lock
generated
8
flake.lock
generated
@ -49,11 +49,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1748050424,
|
"lastModified": 1748082420,
|
||||||
"narHash": "sha256-RnFEe8mjcaSa5jhEgIcZabuzj3TmflSwt1qK7HBe/4A=",
|
"narHash": "sha256-XRJkItGJ6sasT5VzZQp4yeLxWXbaj4pub/F05Wqmtvw=",
|
||||||
"ref": "master",
|
"ref": "master",
|
||||||
"rev": "586440fe8d55db3e94ee623180bb65472ca04a29",
|
"rev": "c620e4a005a03fdcf39b4efe7731ca36c48d4f55",
|
||||||
"revCount": 10,
|
"revCount": 11,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.t-juice.club/torjus/labmon"
|
"url": "https://git.t-juice.club/torjus/labmon"
|
||||||
},
|
},
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user