Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to Specify Thresholds for metrics and report it. #82

Open
rahul26goyal opened this issue Oct 9, 2020 · 1 comment
Open

Ability to Specify Thresholds for metrics and report it. #82

rahul26goyal opened this issue Oct 9, 2020 · 1 comment

Comments

@rahul26goyal
Copy link
Contributor

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.

@hiboyang
Copy link
Contributor

hiboyang commented Oct 9, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants