Skip to content

Commit c457f72

Browse files
authored
ci: add missing sampling snapshot test [backport 1.20] (#8437)
## Checklist - [x] Change(s) are motivated and described in the PR description - [x] Testing strategy is described if automated tests are not included in the PR - [x] Risks are described (performance impact, potential for breakage, maintainability) - [x] Change is maintainable (easy to change, telemetry, documentation) - [x] [Library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) are followed or label `changelog/no-changelog` is set - [x] Documentation is included (in-code, generated user docs, [public corp docs](https://github.com/DataDog/documentation/)) - [x] Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) - [x] If this PR changes the public interface, I've notified `@DataDog/apm-tees`. - [x] If change touches code that signs or publishes builds or packages, or handles credentials of any kind, I've requested a review from `@DataDog/security-design-and-guidance`. ## Reviewer Checklist - [x] Title is accurate - [x] All changes are related to the pull request's stated goal - [x] Description motivates each change - [x] Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - [x] Testing strategy adequately addresses listed risks - [x] Change is maintainable (easy to change, telemetry, documentation) - [x] Release note makes sense to a user of the library - [x] Author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - [x] Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
1 parent c822dc9 commit c457f72

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[[
2+
{
3+
"name": "trace8",
4+
"service": "",
5+
"resource": "trace8",
6+
"trace_id": 0,
7+
"span_id": 1,
8+
"parent_id": 0,
9+
"type": "",
10+
"error": 0,
11+
"meta": {
12+
"_dd.p.tid": "65cbd89000000000",
13+
"language": "python",
14+
"runtime-id": "7a2aa1b276634a76b25c928fffea4cdc"
15+
},
16+
"metrics": {
17+
"_dd.top_level": 1,
18+
"_dd.tracer_kr": 1.0,
19+
"process_id": 83161
20+
},
21+
"duration": 64000,
22+
"start": 1707858064774777000
23+
},
24+
{
25+
"name": "child",
26+
"service": "",
27+
"resource": "child",
28+
"trace_id": 0,
29+
"span_id": 2,
30+
"parent_id": 1,
31+
"type": "",
32+
"error": 0,
33+
"duration": 13000,
34+
"start": 1707858064774816000
35+
}]]

0 commit comments

Comments
 (0)