-
Notifications
You must be signed in to change notification settings - Fork 157
Expand file tree
/
Copy pathsmoke_test_snapshots.json
More file actions
99 lines (99 loc) · 3.42 KB
/
smoke_test_snapshots.json
File metadata and controls
99 lines (99 loc) · 3.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[
[
{
"name": "http.request",
"service": "AspNetCoreSmokeTest-http-client",
"resource": "GET localhost:5000/api/values",
"trace_id": 0,
"span_id": 1,
"parent_id": 0,
"type": "http",
"meta": {
"component": "HttpMessageHandler",
"http-client-handler-type": "System.Net.Http.HttpClientHandler",
"http.method": "GET",
"http.status_code": "200",
"http.url": "http://localhost:5000/api/values",
"language": "dotnet",
"out.host": "localhost",
"runtime-id": "11c61d09-16bb-477f-87ab-4f81d656c5ca",
"span.kind": "client",
"_dd.base_service": "AspNetCoreSmokeTest",
"_dd.svc_src": "http-client"
},
"metrics": {
"_dd.top_level": 1.0,
"_dd.tracer_kr": 0.0,
"_sampling_priority_v1": 1.0,
"process_id": 1.0
},
"duration": 184924600,
"start": 1652283843057056500
},
{
"name": "aspnet_core.request",
"service": "AspNetCoreSmokeTest",
"resource": "GET /api/values",
"trace_id": 0,
"span_id": 2,
"parent_id": 1,
"type": "web",
"meta": {
"_dd.appsec.event_rules.version": "1.15.0",
"_dd.appsec.waf.version": "1.30.0",
"_dd.runtime_family": "dotnet",
"_dd.appsec.fp.http.endpoint": "http-get-7460da9d--",
"_dd.appsec.fp.http.header": "hdr-0000000000--3-98425651",
"_dd.appsec.fp.http.network": "net-0-0000000000",
"_dd.appsec.s.req.params": "H4sIAAAAAAAAA4uuVkrOzyspys/JSS1Ssoq2iNVRSkwuyczPA3NqYwH+CR9jIQAAAA==",
"_dd.appsec.s.res.body": "H4sIAAAAAAAAA4u2iAUA8YntnQMAAAA=",
"_dd.appsec.s.req.headers": "H4sIAAAAAAAAA4WOMQ6AIBAE/3I1FHaGrxCKixAkQSBwhYbwdzUWNhDqnd1ZWeHkGgl1tDxhNoG40yCklKtSrII3AcTSFAPKuJlCSKYb/zOEtkyQgkfyLjzK7GJ2dI2N36mZ8iVHx/dYev2mbkdocaj9AAAA",
"_dd.appsec.s.res.headers": "H4sIAAAAAAAAA4uuVkrOzytJzSvRLaksSFWyio6OtoiN1alWyknNU7IyrI2tjQUAcaAU2yQAAAA=",
"aspnet_core.endpoint": "AspNetCoreSmokeTest.ValuesController.Get (AspNetCoreSmokeTest)",
"aspnet_core.route": "api/values",
"component": "aspnet_core",
"http.client_ip": "127.0.0.1",
"http.method": "GET",
"http.request.headers.host": "localhost:5000",
"http.route": "api/values",
"http.status_code": "200",
"http.url": "http://localhost:5000/api/values",
"language": "dotnet",
"network.client.ip": "127.0.0.1",
"runtime-id": "11c61d09-16bb-477f-87ab-4f81d656c5ca",
"span.kind": "server"
},
"metrics": {
"_dd.appsec.enabled": 1.0,
"_dd.appsec.event_rules.error_count": 0.0,
"_dd.appsec.event_rules.loaded": 167.0,
"_dd.top_level": 1.0,
"_dd.tracer_kr": 0.0,
"_sampling_priority_v1": 2.0,
"process_id": 1.0
},
"duration": 137801300,
"start": 1652283843125423700
},
{
"name": "aspnet_core_mvc.request",
"service": "AspNetCoreSmokeTest",
"resource": "GET /api/values",
"trace_id": 0,
"span_id": 3,
"parent_id": 2,
"type": "web",
"meta": {
"aspnet_core.action": "get",
"aspnet_core.controller": "values",
"aspnet_core.route": "api/values",
"component": "aspnet_core",
"language": "dotnet",
"span.kind": "server",
"_dd.p.dm": "-0"
},
"duration": 57822300,
"start": 1652283843193122600
}
]
]