@@ -86,6 +86,7 @@ class SpringWebfluxTest extends AgentInstrumentationSpecification {
86
86
" ${ SemanticAttributes.HTTP_TARGET} " urlPath
87
87
" ${ SemanticAttributes.HTTP_METHOD.key} " " GET"
88
88
" ${ SemanticAttributes.HTTP_STATUS_CODE.key} " 200
89
+ " ${ SemanticAttributes.HTTP_SCHEME.key} " " http"
89
90
" ${ SemanticAttributes.HTTP_FLAVOR.key} " " 1.1"
90
91
" ${ SemanticAttributes.HTTP_USER_AGENT.key} " String
91
92
}
@@ -150,6 +151,7 @@ class SpringWebfluxTest extends AgentInstrumentationSpecification {
150
151
" ${ SemanticAttributes.HTTP_TARGET} " urlPath
151
152
" ${ SemanticAttributes.HTTP_METHOD.key} " " GET"
152
153
" ${ SemanticAttributes.HTTP_STATUS_CODE.key} " 200
154
+ " ${ SemanticAttributes.HTTP_SCHEME.key} " " http"
153
155
" ${ SemanticAttributes.HTTP_FLAVOR.key} " " 1.1"
154
156
" ${ SemanticAttributes.HTTP_USER_AGENT.key} " String
155
157
}
@@ -234,6 +236,7 @@ class SpringWebfluxTest extends AgentInstrumentationSpecification {
234
236
" ${ SemanticAttributes.HTTP_TARGET} " urlPath
235
237
" ${ SemanticAttributes.HTTP_METHOD.key} " " GET"
236
238
" ${ SemanticAttributes.HTTP_STATUS_CODE.key} " 200
239
+ " ${ SemanticAttributes.HTTP_SCHEME.key} " " http"
237
240
" ${ SemanticAttributes.HTTP_FLAVOR.key} " " 1.1"
238
241
" ${ SemanticAttributes.HTTP_USER_AGENT.key} " String
239
242
}
@@ -296,6 +299,7 @@ class SpringWebfluxTest extends AgentInstrumentationSpecification {
296
299
" ${ SemanticAttributes.HTTP_TARGET} " " /notfoundgreet"
297
300
" ${ SemanticAttributes.HTTP_METHOD.key} " " GET"
298
301
" ${ SemanticAttributes.HTTP_STATUS_CODE.key} " 404
302
+ " ${ SemanticAttributes.HTTP_SCHEME.key} " " http"
299
303
" ${ SemanticAttributes.HTTP_FLAVOR.key} " " 1.1"
300
304
" ${ SemanticAttributes.HTTP_USER_AGENT.key} " String
301
305
}
@@ -337,6 +341,7 @@ class SpringWebfluxTest extends AgentInstrumentationSpecification {
337
341
" ${ SemanticAttributes.HTTP_TARGET} " " /echo"
338
342
" ${ SemanticAttributes.HTTP_METHOD.key} " " POST"
339
343
" ${ SemanticAttributes.HTTP_STATUS_CODE.key} " 202
344
+ " ${ SemanticAttributes.HTTP_SCHEME.key} " " http"
340
345
" ${ SemanticAttributes.HTTP_FLAVOR.key} " " 1.1"
341
346
" ${ SemanticAttributes.HTTP_USER_AGENT.key} " String
342
347
}
@@ -383,6 +388,7 @@ class SpringWebfluxTest extends AgentInstrumentationSpecification {
383
388
" ${ SemanticAttributes.HTTP_TARGET} " urlPath
384
389
" ${ SemanticAttributes.HTTP_METHOD.key} " " GET"
385
390
" ${ SemanticAttributes.HTTP_STATUS_CODE.key} " 500
391
+ " ${ SemanticAttributes.HTTP_SCHEME.key} " " http"
386
392
" ${ SemanticAttributes.HTTP_FLAVOR.key} " " 1.1"
387
393
" ${ SemanticAttributes.HTTP_USER_AGENT.key} " String
388
394
}
@@ -444,6 +450,7 @@ class SpringWebfluxTest extends AgentInstrumentationSpecification {
444
450
" ${ SemanticAttributes.HTTP_TARGET} " " /double-greet-redirect"
445
451
" ${ SemanticAttributes.HTTP_METHOD.key} " " GET"
446
452
" ${ SemanticAttributes.HTTP_STATUS_CODE.key} " 307
453
+ " ${ SemanticAttributes.HTTP_SCHEME.key} " " http"
447
454
" ${ SemanticAttributes.HTTP_FLAVOR.key} " " 1.1"
448
455
" ${ SemanticAttributes.HTTP_USER_AGENT.key} " String
449
456
}
@@ -473,6 +480,7 @@ class SpringWebfluxTest extends AgentInstrumentationSpecification {
473
480
" ${ SemanticAttributes.HTTP_TARGET} " " /double-greet"
474
481
" ${ SemanticAttributes.HTTP_METHOD.key} " " GET"
475
482
" ${ SemanticAttributes.HTTP_STATUS_CODE.key} " 200
483
+ " ${ SemanticAttributes.HTTP_SCHEME.key} " " http"
476
484
" ${ SemanticAttributes.HTTP_FLAVOR.key} " " 1.1"
477
485
" ${ SemanticAttributes.HTTP_USER_AGENT.key} " String
478
486
}
@@ -517,6 +525,7 @@ class SpringWebfluxTest extends AgentInstrumentationSpecification {
517
525
" ${ SemanticAttributes.HTTP_TARGET} " urlPath
518
526
" ${ SemanticAttributes.HTTP_METHOD.key} " " GET"
519
527
" ${ SemanticAttributes.HTTP_STATUS_CODE.key} " 200
528
+ " ${ SemanticAttributes.HTTP_SCHEME.key} " " http"
520
529
" ${ SemanticAttributes.HTTP_FLAVOR.key} " " 1.1"
521
530
" ${ SemanticAttributes.HTTP_USER_AGENT.key} " String
522
531
}
0 commit comments