jvm-profiler icon indicating copy to clipboard operation
jvm-profiler copied to clipboard

Ability to Specify Thresholds for metrics and report it.

Open rahul26goyal opened this issue 4 years ago • 1 comments

Currently, we report all the metrics at a scheduled interval and it ends up creating a lot of noisy data. Would it be better to only report metrics after a given Threshold is Breached? Example: Report HeapUsed when its > 60% heap Max. Report GC when the time spent is more than X.

rahul26goyal avatar Oct 09 '20 16:10 rahul26goyal

Normally we report all metrics and filter them during query time. If you would like to add some threshold inside profiler, please also go ahead. Probably control those thresholds by some arguments to the java agent.

hiboyang avatar Oct 09 '20 16:10 hiboyang