Skip to content

Commit e2a58c1

Browse files
committed
document tags.h
1 parent 9e013bd commit e2a58c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/datadog/tags.h

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

3+
// This component provides symbols for all span tag names that have special
4+
// meaning.
5+
36
#include <string>
47
#include <string_view>
58

@@ -30,6 +33,8 @@ extern const std::string span_sampling_rule_rate;
3033
extern const std::string span_sampling_limit;
3134
} // namespace internal
3235

36+
// Return whether the specified `tag_name` is reserved for use internal to this
37+
// library.
3338
bool is_internal(std::string_view tag_name);
3439

3540
} // namespace tags

0 commit comments

Comments
 (0)