diff --git a/flare-server/static/simpleui/method-analysis.js b/flare-server/static/simpleui/method-analysis.js index cc52ce6..bcb2fc1 100644 --- a/flare-server/static/simpleui/method-analysis.js +++ b/flare-server/static/simpleui/method-analysis.js @@ -20,15 +20,32 @@ var methodAnalysis = { },{ name: 'HttpClient', style: 'rpc', - includes: ['HttpURLConnection','HttpClient','okhttp'] + includes: ['HttpURLConnection','HttpClient','okhttp','feign','ribbon'] },{ name: 'Net', style: 'rpc', includes: ['java.net'] + },{ + name: 'Json', + style: 'severe', + includes: ['com.fasterxml.jackson'] + },{ + name: 'Zip', + style: 'severe', + includes: ['java.util.jar','java.util.zip'] + },{ + name: 'Log', + style: 'severe', + includes: ['logback'] },{ name: 'Major', style: 'main', includes: ['com.sun.proxy.$','gordian', 'szjlc', 'jlc'] + },{ + name: 'RxJava', + style: 'gray', + tag: false, + includes: ['rx.observables','rx.internal','rx.Observable',] },{ name: 'Reflect', style: 'gray',