You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/12/19 12:17:08 UTC

[skywalking] branch nodejs/axios updated (3ebeaec -> 0c615eb)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch nodejs/axios
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 3ebeaec  [Plugin] add NodeJS Axios component ID
     add 5e9582e  Add interceptors of method(analyze, searchScroll, clearScroll, searchTemplate and deleteByQuery) for elasticsearch-6.x-plugin. (#5962)
     add 0c615eb  Merge branch 'master' into nodejs/axios

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |  2 +
 .../v6/define/IndicesClientInstrumentation.java    | 16 ++++++
 .../define/RestHighLevelClientInstrumentation.java | 64 ++++++++++++++++++++++
 .../elasticsearch/v6/interceptor/Constants.java    | 10 ++++
 ...=> IndicesClientAnalyzeMethodsInterceptor.java} | 20 +++----
 ...hLevelClientClearScrollMethodsInterceptor.java} | 16 +++---
 ...evelClientDeleteByQueryMethodsInterceptor.java} | 22 +++++---
 ...LevelClientSearchScrollMethodsInterceptor.java} | 14 ++---
 ...velClientSearchTemplateMethodsInterceptor.java} | 19 ++++---
 ...ndicesClientAnalyzeMethodsInterceptorTest.java} | 48 ++++++++--------
 ...elClientClearScrollMethodsInterceptorTest.java} | 51 ++++++++---------
 ...ClientDeleteByQueryMethodsInterceptorTest.java} | 48 ++++++++--------
 ...lClientSearchScrollMethodsInterceptorTest.java} | 48 ++++++++--------
 ...lientSearchTemplateMethodsInterceptorTest.java} | 50 ++++++++---------
 14 files changed, 261 insertions(+), 167 deletions(-)
 copy apm-sniffer/apm-sdk-plugin/elasticsearch-6.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/elasticsearch/v6/interceptor/{IndicesClientCreateMethodsInterceptor.java => IndicesClientAnalyzeMethodsInterceptor.java} (83%)
 copy apm-sniffer/apm-sdk-plugin/elasticsearch-6.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/elasticsearch/v6/interceptor/{RestHighLevelClientSearchMethodsInterceptor.java => RestHighLevelClientClearScrollMethodsInterceptor.java} (85%)
 copy apm-sniffer/apm-sdk-plugin/elasticsearch-6.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/elasticsearch/v6/interceptor/{RestHighLevelClientSearchMethodsInterceptor.java => RestHighLevelClientDeleteByQueryMethodsInterceptor.java} (80%)
 copy apm-sniffer/apm-sdk-plugin/elasticsearch-6.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/elasticsearch/v6/interceptor/{RestHighLevelClientGetMethodsInterceptor.java => RestHighLevelClientSearchScrollMethodsInterceptor.java} (87%)
 copy apm-sniffer/apm-sdk-plugin/elasticsearch-6.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/elasticsearch/v6/interceptor/{RestHighLevelClientSearchMethodsInterceptor.java => RestHighLevelClientSearchTemplateMethodsInterceptor.java} (82%)
 copy apm-sniffer/apm-sdk-plugin/elasticsearch-6.x-plugin/src/test/java/org/apache/skywalking/apm/plugin/elasticsearch/v6/interceptor/{RestHighLevelClientUpdateMethodsInterceptorTest.java => IndicesClientAnalyzeMethodsInterceptorTest.java} (75%)
 copy apm-sniffer/apm-sdk-plugin/elasticsearch-6.x-plugin/src/test/java/org/apache/skywalking/apm/plugin/elasticsearch/v6/interceptor/{RestHighLevelClientUpdateMethodsInterceptorTest.java => RestHighLevelClientClearScrollMethodsInterceptorTest.java} (74%)
 copy apm-sniffer/apm-sdk-plugin/elasticsearch-6.x-plugin/src/test/java/org/apache/skywalking/apm/plugin/elasticsearch/v6/interceptor/{RestHighLevelClientSearchMethodsInterceptorTest.java => RestHighLevelClientDeleteByQueryMethodsInterceptorTest.java} (74%)
 copy apm-sniffer/apm-sdk-plugin/elasticsearch-6.x-plugin/src/test/java/org/apache/skywalking/apm/plugin/elasticsearch/v6/interceptor/{RestHighLevelClientUpdateMethodsInterceptorTest.java => RestHighLevelClientSearchScrollMethodsInterceptorTest.java} (75%)
 copy apm-sniffer/apm-sdk-plugin/elasticsearch-6.x-plugin/src/test/java/org/apache/skywalking/apm/plugin/elasticsearch/v6/interceptor/{RestHighLevelClientSearchMethodsInterceptorTest.java => RestHighLevelClientSearchTemplateMethodsInterceptorTest.java} (74%)