Skip to content

Commit c8e6b2f

Browse files
committed
document trace_sampler_config.h
1 parent d55dd65 commit c8e6b2f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/datadog/trace_sampler_config.h

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

3+
// This component provides a `struct`, `TraceSamplerConfig`, used to configure
4+
// `TraceSampler`. `TraceSampler` accepts a `FinalizedTraceSamplerConfig`, which
5+
// must be obtained from a call to `finalize_config`.
6+
//
7+
// `TraceSamplerConfig` is specified as the `trace_sampler` property of
8+
// `TracerConfig`.
9+
310
#include <iosfwd>
411
#include <optional>
512
#include <vector>

0 commit comments

Comments
 (0)