-
Notifications
You must be signed in to change notification settings - Fork 20
Comparing changes
Open a pull request
base repository: DataDog/dd-trace-cpp
base: v0.2.0
head repository: DataDog/dd-trace-cpp
compare: v0.2.1
- 13 commits
- 87 files changed
- 5 contributors
Commits on Apr 15, 2024
-
Allow setting internal tags and expose numeric tags as metrics (#111)
Allow setting internal tags and expose numeric tags as metrics --------- Co-authored-by: Damien Mehala <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4cde4e - Browse repository at this point
Copy the full SHA e4cde4eView commit details
Commits on Apr 16, 2024
-
fix: glob matching case sensitivity (#112)
Ensure glob matching is case insensitive and add test covering case sensitivity.
Configuration menu - View commit details
-
Copy full SHA for e576445 - Browse repository at this point
Copy the full SHA e576445View commit details
Commits on Apr 23, 2024
-
build: include cstdint to fix compilation under GCC 13 (#114)
Since GCC 13, std::uint64_t and friends require an explicit include of `<cstdint>`. See also https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes Co-authored-by: Paul Meyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a8e1e9 - Browse repository at this point
Copy the full SHA 3a8e1e9View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0c07e2 - Browse repository at this point
Copy the full SHA e0c07e2View commit details
Commits on May 15, 2024
-
feat: extract/inject datadog tracestate field
p(#115)Add support for W3C datadog tracestate field `p`.
Configuration menu - View commit details
-
Copy full SHA for 9647240 - Browse repository at this point
Copy the full SHA 9647240View commit details
Commits on May 20, 2024
-
feat: Report host information in telemetry (#118)
- Collect informations on the Operating System and the CPU architecture. - Report those informations through APM Telemetry.
Configuration menu - View commit details
-
Copy full SHA for f8cacf4 - Browse repository at this point
Copy the full SHA f8cacf4View commit details -
feat: add windows support (#119)
- refactor: the codebase to use `substr` instead of `range`. - refactor: CMake targets. - refactor: add bazelrc to build using either abseil or std::string STD. - ci: build and run on windows using CMake and bazel. - update: add platform support section and update building instructions.
Configuration menu - View commit details
-
Copy full SHA for fad4e8d - Browse repository at this point
Copy the full SHA fad4e8dView commit details
Commits on May 22, 2024
-
fix: regex usage in w3c extraction (#121)
Usage of std::regex_match was problematic for traceparent with trailing spaces. The overload use is `std::regex_match(str, str + std::char_traits<CharT>::length(str), m, e, flags)`, which resolves as the whole input instead of the trimmed input. Changes: - Fix std::regex_match usage. - Add unit test.
Configuration menu - View commit details
-
Copy full SHA for 622585c - Browse repository at this point
Copy the full SHA 622585cView commit details
Commits on May 23, 2024
-
fix: W3C datadog parent state propagation (#122)
Remove validation on Datadog's W3C tracestate for `p` field.
Configuration menu - View commit details
-
Copy full SHA for e3c8a55 - Browse repository at this point
Copy the full SHA e3c8a55View commit details -
fix: remote config polling parsing (#123)
According to the Remote Configuration specification, `DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS` support floating point input and can be set to `0`.
Configuration menu - View commit details
-
Copy full SHA for 9fedff2 - Browse repository at this point
Copy the full SHA 9fedff2View commit details -
feat: support Remote Config sampling rules (#116)
Now, sampling remote configuration do not create a new trace sampler which had the side effect to reset the rate limiter. - add sampling rules RC support - fix: report telemetry sampling rules - fix: report telemetry rps and sample rate for span - report remote trace sample rate as RULE instead of REMOTE_RULE for legacy reasons - update REMOTE_RULES and REMOTE_ADAPTIVE_RULE values to match the spec - report default sample rate for telemetry - add _dd.psr for new remote rules
Configuration menu - View commit details
-
Copy full SHA for 0ada79d - Browse repository at this point
Copy the full SHA 0ada79dView commit details
Commits on May 28, 2024
-
fix: trace sampling rules order (#125)
Reset trace sampling rules legacy order.
Configuration menu - View commit details
-
Copy full SHA for f6b9333 - Browse repository at this point
Copy the full SHA f6b9333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d89feb - Browse repository at this point
Copy the full SHA 0d89febView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.0...v0.2.1