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 1c55cd9 commit 5a18d53Copy full SHA for 5a18d53
test/system-tests/main.cpp
@@ -78,6 +78,7 @@ int main(int argc, char* argv[]) {
78
config.logger = logger;
79
config.agent.event_scheduler = event_scheduler;
80
config.name = "http.request";
81
+ config.service = "service-set-from-code";
82
83
auto finalized_config = datadog::tracing::finalize_config(config);
84
if (auto error = finalized_config.if_error()) {
0 commit comments