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 d7dc24e commit e030291Copy full SHA for e030291
src/datadog/sampling_util.h
@@ -1,5 +1,8 @@
1
#pragma once
2
3
+// This component provides sampling-related miscellanea. It's used by both
4
+// `TraceSampler` and `SpanSampler`.
5
+
6
#include <cstdint>
7
#include <limits>
8
0 commit comments