Skip to content

Commit 913b07c

Browse files
committed
document span_defaults.h
1 parent 7948de0 commit 913b07c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/datadog/span_defaults.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#pragma once
22

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+
37
#include <string>
48
#include <unordered_map>
59

0 commit comments

Comments
 (0)