skywalking/oap-server/server-library
kezhenxu94 a2897db471
Fix the so11y latency of persistence execution latency not correct in ElasticSearch storage (#8161)
The ES persistence execution is now asynchronous and the execution
latency only counts the time to insert the requests into the bulk
processor, instead of the time after the requests are flushed into the
storage, this patch fixes that issue.

There is the same issue in prepare latency but that needs more changes
so I'll leave it to another pull request.
2021-11-20 16:51:54 +08:00
..
library-client move the codes in apm-commons into server-library (#8003) 2021-10-26 20:31:36 +08:00
library-datacarrier-queue Add MicroBench module to make it easier for developers to write JMH Test (#7985) 2021-11-11 12:01:40 +08:00
library-elasticsearch-client Fix the so11y latency of persistence execution latency not correct in ElasticSearch storage (#8161) 2021-11-20 16:51:54 +08:00
library-module Add MicroBench module to make it easier for developers to write JMH Test (#7985) 2021-11-11 12:01:40 +08:00
library-server move the codes in apm-commons into server-library (#8003) 2021-10-26 20:31:36 +08:00
library-util Add MicroBench module to make it easier for developers to write JMH Test (#7985) 2021-11-11 12:01:40 +08:00
pom.xml move the codes in apm-commons into server-library (#8003) 2021-10-26 20:31:36 +08:00