Skip to content

Commit d00b804

Browse files
committed
Add baseline spans to compare with feature flag version
1 parent 690769f commit d00b804

File tree

91 files changed

+4599
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+4599
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
[
2+
{
3+
TraceId: Id_1,
4+
SpanId: Id_2,
5+
Name: aspnet_core_mvc.request,
6+
Resource: GET /home/index,
7+
Service: Samples.AspNetCoreMinimalApis,
8+
Type: web,
9+
ParentId: Id_3,
10+
Tags: {
11+
aspnet_core.action: index,
12+
aspnet_core.controller: home,
13+
aspnet_core.route: {controller=home}/{action=index}/{id?},
14+
component: aspnet_core,
15+
env: integration_tests,
16+
language: dotnet,
17+
span.kind: server,
18+
version: 1.0.0
19+
}
20+
},
21+
{
22+
TraceId: Id_1,
23+
SpanId: Id_3,
24+
Name: aspnet_core.request,
25+
Resource: GET /home/index,
26+
Service: Samples.AspNetCoreMinimalApis,
27+
Type: web,
28+
Tags: {
29+
aspnet_core.endpoint: Samples.AspNetCoreMvc.Controllers.HomeController.Index (Samples.AspNetCoreMinimalApis),
30+
aspnet_core.route: {controller=home}/{action=index}/{id?},
31+
component: aspnet_core,
32+
env: integration_tests,
33+
http.method: GET,
34+
http.request.headers.host: localhost:00000,
35+
http.route: {controller=home}/{action=index}/{id?},
36+
http.status_code: 200,
37+
http.url: http://localhost:00000/,
38+
http.useragent: testhelper,
39+
language: dotnet,
40+
runtime-id: Guid_1,
41+
span.kind: server,
42+
version: 1.0.0
43+
},
44+
Metrics: {
45+
process_id: 0,
46+
_dd.top_level: 1.0,
47+
_dd.tracer_kr: 1.0,
48+
_sampling_priority_v1: 1.0
49+
}
50+
}
51+
]
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
TraceId: Id_1,
4+
SpanId: Id_2,
5+
Name: aspnet_core.request,
6+
Resource: GET /api/delay/{seconds},
7+
Service: Samples.AspNetCoreMinimalApis,
8+
Type: web,
9+
Tags: {
10+
aspnet_core.endpoint: HTTP: GET /api/delay/{seconds},
11+
aspnet_core.route: /api/delay/{seconds},
12+
component: aspnet_core,
13+
env: integration_tests,
14+
http.method: GET,
15+
http.request.headers.host: localhost:00000,
16+
http.route: /api/delay/{seconds},
17+
http.status_code: 200,
18+
http.url: http://localhost:00000/api/delay/0,
19+
http.useragent: testhelper,
20+
language: dotnet,
21+
runtime-id: Guid_1,
22+
span.kind: server,
23+
version: 1.0.0
24+
},
25+
Metrics: {
26+
process_id: 0,
27+
_dd.top_level: 1.0,
28+
_dd.tracer_kr: 1.0,
29+
_sampling_priority_v1: 1.0
30+
}
31+
}
32+
]
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
{
3+
TraceId: Id_1,
4+
SpanId: Id_2,
5+
Name: aspnet_core_mvc.request,
6+
Resource: GET /bad-request,
7+
Service: Samples.AspNetCoreMinimalApis,
8+
Type: web,
9+
ParentId: Id_3,
10+
Tags: {
11+
aspnet_core.action: throwexception,
12+
aspnet_core.controller: home,
13+
aspnet_core.route: bad-request,
14+
component: aspnet_core,
15+
env: integration_tests,
16+
language: dotnet,
17+
span.kind: server,
18+
version: 1.0.0
19+
}
20+
},
21+
{
22+
TraceId: Id_1,
23+
SpanId: Id_3,
24+
Name: aspnet_core.request,
25+
Resource: GET /bad-request,
26+
Service: Samples.AspNetCoreMinimalApis,
27+
Type: web,
28+
Error: 1,
29+
Tags: {
30+
aspnet_core.endpoint: Samples.AspNetCoreMvc.Controllers.HomeController.ThrowException (Samples.AspNetCoreMinimalApis),
31+
aspnet_core.route: bad-request,
32+
component: aspnet_core,
33+
env: integration_tests,
34+
error.msg: This was a bad request.,
35+
error.stack:
36+
System.Exception: This was a bad request.
37+
at Samples.AspNetCoreMvc.Controllers.HomeController.ThrowException(),
38+
error.type: System.Exception,
39+
http.method: GET,
40+
http.request.headers.host: localhost:00000,
41+
http.route: bad-request,
42+
http.status_code: 500,
43+
http.url: http://localhost:00000/bad-request,
44+
http.useragent: testhelper,
45+
language: dotnet,
46+
runtime-id: Guid_1,
47+
span.kind: server,
48+
version: 1.0.0
49+
},
50+
Metrics: {
51+
process_id: 0,
52+
_dd.top_level: 1.0,
53+
_dd.tracer_kr: 1.0,
54+
_sampling_priority_v1: 1.0
55+
}
56+
}
57+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[
2+
{
3+
TraceId: Id_1,
4+
SpanId: Id_2,
5+
Name: aspnet_core.request,
6+
Resource: GET /branch/not-found,
7+
Service: Samples.AspNetCoreMinimalApis,
8+
Type: web,
9+
Tags: {
10+
component: aspnet_core,
11+
env: integration_tests,
12+
http.method: GET,
13+
http.request.headers.host: localhost:00000,
14+
http.status_code: 404,
15+
http.url: http://localhost:00000/branch/not-found,
16+
http.useragent: testhelper,
17+
language: dotnet,
18+
runtime-id: Guid_1,
19+
span.kind: server,
20+
version: 1.0.0
21+
},
22+
Metrics: {
23+
process_id: 0,
24+
_dd.top_level: 1.0,
25+
_dd.tracer_kr: 1.0,
26+
_sampling_priority_v1: 1.0
27+
}
28+
}
29+
]
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[
2+
{
3+
TraceId: Id_1,
4+
SpanId: Id_2,
5+
Name: aspnet_core.request,
6+
Resource: GET /branch/ping,
7+
Service: Samples.AspNetCoreMinimalApis,
8+
Type: web,
9+
Tags: {
10+
component: aspnet_core,
11+
env: integration_tests,
12+
http.method: GET,
13+
http.request.headers.host: localhost:00000,
14+
http.status_code: 200,
15+
http.url: http://localhost:00000/branch/ping,
16+
http.useragent: testhelper,
17+
language: dotnet,
18+
runtime-id: Guid_1,
19+
span.kind: server,
20+
version: 1.0.0
21+
},
22+
Metrics: {
23+
process_id: 0,
24+
_dd.top_level: 1.0,
25+
_dd.tracer_kr: 1.0,
26+
_sampling_priority_v1: 1.0
27+
}
28+
}
29+
]
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
[
2+
{
3+
TraceId: Id_1,
4+
SpanId: Id_2,
5+
Name: aspnet_core_mvc.request,
6+
Resource: GET /delay/{seconds},
7+
Service: Samples.AspNetCoreMinimalApis,
8+
Type: web,
9+
ParentId: Id_3,
10+
Tags: {
11+
aspnet_core.action: delay,
12+
aspnet_core.controller: home,
13+
aspnet_core.route: delay/{seconds},
14+
component: aspnet_core,
15+
env: integration_tests,
16+
language: dotnet,
17+
span.kind: server,
18+
version: 1.0.0
19+
}
20+
},
21+
{
22+
TraceId: Id_1,
23+
SpanId: Id_3,
24+
Name: aspnet_core.request,
25+
Resource: GET /delay/{seconds},
26+
Service: Samples.AspNetCoreMinimalApis,
27+
Type: web,
28+
Tags: {
29+
aspnet_core.endpoint: Samples.AspNetCoreMvc.Controllers.HomeController.Delay (Samples.AspNetCoreMinimalApis),
30+
aspnet_core.route: delay/{seconds},
31+
component: aspnet_core,
32+
env: integration_tests,
33+
http.method: GET,
34+
http.request.headers.host: localhost:00000,
35+
http.route: delay/{seconds},
36+
http.status_code: 200,
37+
http.url: http://localhost:00000/delay/0,
38+
http.useragent: testhelper,
39+
language: dotnet,
40+
runtime-id: Guid_1,
41+
span.kind: server,
42+
version: 1.0.0
43+
},
44+
Metrics: {
45+
process_id: 0,
46+
_dd.top_level: 1.0,
47+
_dd.tracer_kr: 1.0,
48+
_sampling_priority_v1: 1.0
49+
}
50+
}
51+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
[
2+
{
3+
TraceId: Id_1,
4+
SpanId: Id_2,
5+
Name: aspnet_core_mvc.request,
6+
Resource: GET /handled-exception,
7+
Service: Samples.AspNetCoreMinimalApis,
8+
Type: web,
9+
ParentId: Id_3,
10+
Error: 1,
11+
Tags: {
12+
aspnet_core.action: handledexception,
13+
aspnet_core.controller: home,
14+
aspnet_core.route: handled-exception,
15+
component: aspnet_core,
16+
env: integration_tests,
17+
error.msg: Exception of type 'System.Exception' was thrown.,
18+
error.stack:
19+
System.Exception: Exception of type 'System.Exception' was thrown.
20+
,
21+
error.type: System.Exception,
22+
language: dotnet,
23+
span.kind: server,
24+
version: 1.0.0
25+
}
26+
},
27+
{
28+
TraceId: Id_1,
29+
SpanId: Id_3,
30+
Name: aspnet_core.request,
31+
Resource: GET /handled-exception,
32+
Service: Samples.AspNetCoreMinimalApis,
33+
Type: web,
34+
Error: 1,
35+
Tags: {
36+
aspnet_core.endpoint: Samples.AspNetCoreMvc.Controllers.HomeController.HandledException (Samples.AspNetCoreMinimalApis),
37+
aspnet_core.route: handled-exception,
38+
component: aspnet_core,
39+
env: integration_tests,
40+
error.msg: The HTTP response has status code 500.,
41+
http.method: GET,
42+
http.request.headers.host: localhost:00000,
43+
http.route: handled-exception,
44+
http.status_code: 500,
45+
http.url: http://localhost:00000/handled-exception,
46+
http.useragent: testhelper,
47+
language: dotnet,
48+
runtime-id: Guid_1,
49+
span.kind: server,
50+
version: 1.0.0
51+
},
52+
Metrics: {
53+
process_id: 0,
54+
_dd.top_level: 1.0,
55+
_dd.tracer_kr: 1.0,
56+
_sampling_priority_v1: 1.0
57+
}
58+
}
59+
]
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[
2+
{
3+
TraceId: Id_1,
4+
SpanId: Id_2,
5+
Name: aspnet_core.request,
6+
Resource: GET /not-found,
7+
Service: Samples.AspNetCoreMinimalApis,
8+
Type: web,
9+
Tags: {
10+
component: aspnet_core,
11+
env: integration_tests,
12+
http.method: GET,
13+
http.request.headers.host: localhost:00000,
14+
http.status_code: 404,
15+
http.url: http://localhost:00000/not-found,
16+
http.useragent: testhelper,
17+
language: dotnet,
18+
runtime-id: Guid_1,
19+
span.kind: server,
20+
version: 1.0.0
21+
},
22+
Metrics: {
23+
process_id: 0,
24+
_dd.top_level: 1.0,
25+
_dd.tracer_kr: 1.0,
26+
_sampling_priority_v1: 1.0
27+
}
28+
}
29+
]
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[
2+
{
3+
TraceId: Id_1,
4+
SpanId: Id_2,
5+
Name: aspnet_core.request,
6+
Resource: GET /ping,
7+
Service: Samples.AspNetCoreMinimalApis,
8+
Type: web,
9+
Tags: {
10+
component: aspnet_core,
11+
env: integration_tests,
12+
http.method: GET,
13+
http.request.headers.host: localhost:00000,
14+
http.status_code: 200,
15+
http.url: http://localhost:00000/ping,
16+
http.useragent: testhelper,
17+
language: dotnet,
18+
runtime-id: Guid_1,
19+
span.kind: server,
20+
version: 1.0.0
21+
},
22+
Metrics: {
23+
process_id: 0,
24+
_dd.top_level: 1.0,
25+
_dd.tracer_kr: 1.0,
26+
_sampling_priority_v1: 1.0
27+
}
28+
}
29+
]

0 commit comments

Comments
 (0)