You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we do startstopdump every 15 seconds.
It make sense to do start once and then never stop and only do dump every 15 seconds
We may need to use output file patterns
-f FILENAME - the file name to dump the profile information to.
%p in the file name is expanded to the PID of the target JVM;
%t - to the timestamp;
%n{MAX} - to the sequence number;
%{ENV} - to the value of the given environment variable.
Currently we do
start
stop
dump
every 15 seconds.It make sense to do
start
once and then neverstop
and only dodump
every 15 secondsWe may need to use output file patterns
grafana/pyroscope#3054 (comment)
The text was updated successfully, but these errors were encountered: