This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user