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 05687d5 commit fb1052dCopy full SHA for fb1052d
CHANGELOG.md
@@ -23,9 +23,9 @@ Increment the:
23
24
* [SDK] Update default exemplar reservoir size for exponential histograms
25
[#3551](https://github.com/open-telemetry/opentelemetry-cpp/pull/3551)
26
-
+
27
* [SDK] Implements options for the ParentBasedSampler with default values
28
- [#3549](https://github.com/open-telemetry/opentelemetry-cpp/pull/3553)
+ [#3553](https://github.com/open-telemetry/opentelemetry-cpp/pull/3553)
29
30
## [1.22 2025-07-11]
31
sdk/src/trace/samplers/parent.cc
@@ -1,7 +1,6 @@
1
// Copyright The OpenTelemetry Authors
2
// SPDX-License-Identifier: Apache-2.0
3
4
-#include <map>
5
#include <memory>
6
#include <string>
7
0 commit comments