We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbaf74e commit 2d2ae1aCopy full SHA for 2d2ae1a
include/ydb-cpp-sdk/client/driver/driver.h
@@ -118,6 +118,8 @@ class TDriverConfig {
118
119
//! Log backend.
120
TDriverConfig& SetLog(std::unique_ptr<TLogBackend>&& log);
121
+
122
+ TDriverConfig& SetTracer(std::shared_ptr<NTracing::ITracer> tracer);
123
private:
124
class TImpl;
125
std::shared_ptr<TImpl> Impl_;
0 commit comments