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 261cc92 commit 60eed64Copy full SHA for 60eed64
src/datadog/config_manager.cpp
@@ -72,7 +72,7 @@ void ConfigManager::reset() {
72
nlohmann::json ConfigManager::config_json() const {
73
std::lock_guard<std::mutex> lock(mutex_);
74
return nlohmann::json{
75
- {"default", to_json(*current_span_defaults_)},
+ {"defaults", to_json(*current_span_defaults_)},
76
{"trace_sampler", current_trace_sampler_->config_json()},
77
{"report_traces", current_report_traces_}};
78
}
0 commit comments