mirror of
https://github.com/ceph/ceph
synced 2025-01-14 06:53:11 +00:00
cmake: set WITH_JAEGER=ON by default
Signed-off-by: Omri Zeneva <ozeneva@redhat.com>
This commit is contained in:
parent
4a7401b115
commit
644c99826d
@ -408,7 +408,7 @@ if(WITH_BLKIN)
|
|||||||
include_directories(SYSTEM src/blkin/blkin-lib)
|
include_directories(SYSTEM src/blkin/blkin-lib)
|
||||||
endif(WITH_BLKIN)
|
endif(WITH_BLKIN)
|
||||||
|
|
||||||
option(WITH_JAEGER "Enable jaegertracing and it's dependent libraries" OFF)
|
option(WITH_JAEGER "Enable jaegertracing and it's dependent libraries" ON)
|
||||||
if(WITH_JAEGER)
|
if(WITH_JAEGER)
|
||||||
set(HAVE_JAEGER TRUE)
|
set(HAVE_JAEGER TRUE)
|
||||||
endif()
|
endif()
|
||||||
|
@ -401,7 +401,7 @@ int process_request(rgw::sal::Store* const store,
|
|||||||
}
|
}
|
||||||
|
|
||||||
done:
|
done:
|
||||||
if (op) {
|
if (op && s->trace) {
|
||||||
s->trace->SetAttribute(tracing::rgw::RETURN, op->get_ret());
|
s->trace->SetAttribute(tracing::rgw::RETURN, op->get_ret());
|
||||||
if (s->user) {
|
if (s->user) {
|
||||||
s->trace->SetAttribute(tracing::rgw::USER_ID, s->user->get_id().id);
|
s->trace->SetAttribute(tracing::rgw::USER_ID, s->user->get_id().id);
|
||||||
|
Loading…
Reference in New Issue
Block a user