mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 23:15:28 +08:00
* add TracerUtil * Interceptor ok * add handler * add context * minor update * keep span in trace context * add span in search okay * Update Context.cpp * refactor * refactor * refactor * format * add context in SearchJob * trace search okay * add back finish span in interceptor * add namespace * add tracing config in server config * add random id * debug mode okay * update CMakeLists * add opentracing to cmake * update unittest * add tracing namespace * remove std::run_time error * add lock when erasing context_map * update tracing config * lint * update CHANGELOG * small fix * fix server unit test * fix scheduler unit test * fix db unit test * lint * fix db unit test gpu version * rename to tracing_config * fix * update * trigger ci
15 lines
309 B
Bash
15 lines
309 B
Bash
EASYLOGGINGPP_VERSION=v9.96.7
|
|
GTEST_VERSION=1.8.1
|
|
MYSQLPP_VERSION=3.2.4
|
|
PROMETHEUS_VERSION=v0.7.0
|
|
SQLITE_VERSION=3280000
|
|
SQLITE_ORM_VERSION=master
|
|
YAMLCPP_VERSION=0.6.2
|
|
LIBUNWIND_VERSION=1.3.1
|
|
GPERFTOOLS_VERSION=2.7
|
|
GRPC_VERSION=master
|
|
ZLIB_VERSION=v1.2.11
|
|
OPENTRACING_VERSION=v1.5.1
|
|
|
|
# vim: set filetype=sh:
|