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 7948de0 commit 913b07cCopy full SHA for 913b07c
src/datadog/span_defaults.h
@@ -1,5 +1,9 @@
1
#pragma once
2
3
+// This component provides a `struct`, `SpanDefaults`, used to fill out `Span`
4
+// properties that are not otherwise specified in a `SpanConfig`.
5
+// `SpanDefaults` are specified as the `defaults` property of `TracerConfig`.
6
+
7
#include <string>
8
#include <unordered_map>
9
0 commit comments