/pinpoint-es-plugin

elastic search plugin for pinpoint platform

Primary LanguageJava

pinpoint-es-plugin

Here is the elastic-search plugin for pinpoint platform.

build with es 1.7.2, and intercept method:

@TargetConstructor({"org.elasticsearch.common.settings.Settings" }) //for cluster name 
@TargetMethods({
        @TargetMethod(name = "doExecute", paramTypes = "org.elasticsearch.action.ActionListener") //for api invocation
})