]> git.proxmox.com Git - ceph.git/blob - ceph/src/rgw/rgw_tracer.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / rgw_tracer.cc
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2 // vim: ts=8 sw=2 smarttab
3
4 #include <string>
5 #include "rgw_tracer.h"
6
7 namespace tracing {
8 namespace rgw {
9
10 #ifdef HAVE_JAEGER
11 thread_local tracing::Tracer tracer("rgw");
12 #else // !HAVE_JAEGER
13 tracing::Tracer tracer;
14 #endif
15
16 } // namespace rgw
17 } // namespace tracing