* sofa rpc integration
* remove unused class and method,add component defination
* only support after sofa rpc 5.4.0
* set sofarpc componentId be 32
* Add document of component library settings and incuating features abstract. (#1185)
* sofa rpc integration
* Update UI licenses (#1189)
* Update UI licenses for beta version
* Update FAQ doc (#1184)
* update faq doc
* update faq
* update faq
* Update readme for beta release. (#1191)
* New english readme.
* New chinese readme.
* Fix#1186 Webapp read timeout config (#1192)
* Updat ui (#1197)
* Change the intercept point of block call way (#1190)
* Change the buired point of block call way
* Support future way and change the operation name of span
* Update screenshot for new release. (#1209)
* remove unused class and method,add component defination
* only support after sofa rpc 5.4.0
* set sofarpc componentId be 32
* sofa rpc integration
* remove unused class and method,add component defination
* only support after sofa rpc 5.4.0
* set sofarpc componentId be 32
* sofa rpc integration
* remove unused class and method,add component defination
* change parent pom version
* remove unused dependency
* Fixing #1231. Adding order and status to trace query.
* Fixing 1231. Using enum for traceState and queryOrder
* Incorporating code review suggestions
* Refactor tps to cpm
* Change the implementation for new graphql protocol.
* Add aggregate column named duration in GC metric table.
* getGCTrend query finished.
* Change between seconds to between minutes.
* Provide graphQL for Thermodynamic in overview page.
* Finish the Thermodynamic.
* `nodes` should not be null.
* Add initialized java bean for graphql protocol.
* Add license head.
* Fixed bean definition fault.
* Refactor the old ComponentDefine and ComponentsDefine to be based on file for better extenable.
* Support don't uplink componentId, but componentName in segment.
* Fix CI.
* Move component id exchange logic from SpanDecorator to SpanIdExchanger.
* Fixed the compile error cause of class construct changes.
* Finish the prototype of TLS of gRPC between agent and server.
* Fix for rat check.
* Update GRPCChannelManager.java
* Update AgentModuleGRPCProvider.java
* Upgrade netty version (#971)
* Make sure end user can't start gRPC server with and without SSL in the same port.