MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getOpenTelemetrySpanLog

Method getOpenTelemetrySpanLog

src/Interpreters/Context.cpp:6303–6311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6301
6302
6303std::shared_ptr<OpenTelemetrySpanLog> Context::getOpenTelemetrySpanLog() const
6304{
6305 SharedLockGuard lock(shared->mutex);
6306
6307 if (!shared->system_logs)
6308 return {};
6309
6310 return shared->system_logs->opentelemetry_span_log;
6311}
6312
6313std::shared_ptr<SessionLog> Context::getSessionLog() const
6314{

Callers 9

sendBatchMethod · 0.80
sendSeparateFilesMethod · 0.80
processFileMethod · 0.80
executeQueryMethod · 0.80
handleRequestMethod · 0.80
runImplMethod · 0.80
getSpanLogFunction · 0.80
getSpanLogFunction · 0.80
processTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected