Skip to content

Commit e030291

Browse files
committed
document sampling_util.h
1 parent d7dc24e commit e030291

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/datadog/sampling_util.h

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

3+
// This component provides sampling-related miscellanea. It's used by both
4+
// `TraceSampler` and `SpanSampler`.
5+
36
#include <cstdint>
47
#include <limits>
58

0 commit comments

Comments
 (0)