jenkinsci / peass-ci-plugin

Jenkins plugin for peass to support performance measurement in CI
https://plugins.jenkins.io/peass-ci/
GNU Affero General Public License v3.0
4 stars 12 forks source link

Make root cause analysis possible also for huge traces #131

Closed mawHBT closed 1 year ago

mawHBT commented 2 years ago

What feature do you want to see added?

If onlyOneCallRecording is set, no rca is possible because no calltree can be generated. You can exclude very often called methods but you have to know which ones. Therefore maybe a parameter onlyCallCountRecording would help to get information which methods are called how often. If traces are too big and you have to set onlyOneCallRecording, maybe generating only a reduced calltree would help also.

Upstream changes

No response

DaGeRe commented 1 year ago

Thanks for the issue, but this is a duplicate of https://github.com/jenkinsci/peass-ci-plugin/issues/81, so I'll close this.