Skip to content

Commit 374d9c8

Browse files
[mq] [skip ddci] working branch - merge c70b5b6 on top of main at 32588fe
{"baseBranch":"main","baseCommit":"32588fe2fea7c352922fde2d04c34c1497172af9","createdAt":"2026-04-15T16:38:06.149016Z","headSha":"c70b5b644c2c210801482ffdb852e093d81bdf1d","id":"85ff2dff-3d2d-4bb0-ac8e-38634cc17b94","priority":"200","pullRequestNumber":"54","queuedAt":"2026-04-15T16:38:06.147374Z","status":"STATUS_QUEUED"}
2 parents f735e0d + c70b5b6 commit 374d9c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mod_datadog/src/tracing/conf.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ void init(TracerConfig& conf, RuntimeID& runtime_id, server_rec* s,
1313
conf.service_type = "server";
1414
conf.logger = std::make_shared<HttpdLogger>(s, datadog_module->module_index);
1515
conf.runtime_id = runtime_id;
16+
conf.root_session_id = runtime_id.string();
1617
conf.integration_name = "httpd";
1718
conf.integration_version = common::utils::make_httpd_version();
1819
}

0 commit comments

Comments
 (0)