* [Agent] Provide plugin for Elasticsearch 5.x
Add [Agent] Elasticsearch transport client plugin
fix component name
add elasticsearch component
add elasticSearch component into component-libraries.yml
* update support list
* update PlainListenableActionFutureInterceptor.java
* fix set span attributes
* clear runtimeContext
* remove extra plugins
* Moves to Maven wrapper to stabilize the version in use
This will ensure those building will have similar experience due to
having a fixed maven version.
* Updates most plugin versions and removes redundant configuration
* Sets up build enforcement for JDK 1.8 until further work occurs
* #1206
1. Support list data type attribute in streaming data.
2. Support multiple service names in segment duration index.
* Fixed the conflict.
* #1206
Add TODO description to notify linjiaqi.
* #1206
Remove @NotNull
* #1124
Add heart beat time into service name index to filter non-active service name.
* Filter service name by heart beat time when query service name count.
* #1124
1. Add application id to be a query condition of searchService method.
2. Filter service name by given time which calculated by the minute metric TTL setting. ( CurrentTimeStamp - minuteMetricTTL )
* Fixed the auto test failure.
#1124
* 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.