This commit is contained in:
parent
2e6679b134
commit
6fc4d42d16
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user