skywalking-java/test/plugin/scenarios/webflux-scenario/config/expectedData.yaml

310 lines
12 KiB
YAML

# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
registryItems:
applications:
- {webflux-projectB-scenario: nq 0}
- {webflux-projectA-scenario: nq 0}
instances:
- {webflux-projectB-scenario: 1}
- {webflux-projectA-scenario: 1}
operationNames:
- webflux-projectB-scenario: [org.apache.skywalking.apm.testcase.sc.webflux.projectB.controller.TestAnnotationController.success,
org.apache.skywalking.apm.testcase.sc.webflux.projectB.controller.TestAnnotationController.hello,
WEBFLUX.handle, org.apache.skywalking.apm.testcase.sc.webflux.projectB.controller.TestAnnotationController.error,
org.apache.skywalking.apm.testcase.sc.webflux.projectB.controller.TestAnnotationController.healthCheck,
RoutingConfiguration.org.apache.skywalking.apm.testcase.sc.webflux.projectB.route.TestHandler]
- webflux-projectA-scenario: [/testcase/annotation/mono/hello, /projectA/testcase,
/testcase/annotation/success, /testcase/annotation/healthCheck, /notFound, /projectA/healthCheck,
/testcase/route/error, /testcase/route/success, /testcase/annotation/error]
heartbeat: []
segmentItems:
- applicationCode: webflux-projectB-scenario
segmentSize: nq 0
segments:
- segmentId: not null
spans:
- operationName: org.apache.skywalking.apm.testcase.sc.webflux.projectB.controller.TestAnnotationController.success
operationId: 0
parentSpanId: -1
spanId: 0
spanLayer: Http
startTime: not null
endTime: not null
componentId: 67
componentName: ''
isError: false
spanType: Entry
peer: ''
peerId: 0
tags:
- {key: url, value: not null}
refs:
- {parentEndpointId: 0, parentEndpoint: /projectA/testcase, networkAddressId: 0,
entryEndpointId: 0, refType: CrossProcess, parentSpanId: not null, parentTraceSegmentId: not null,
parentServiceInstanceId: not null, networkAddress: not null, entryEndpoint: /projectA/testcase,
entryServiceInstanceId: not null}
- segmentId: not null
spans:
- operationName: org.apache.skywalking.apm.testcase.sc.webflux.projectB.controller.TestAnnotationController.error
operationId: 0
parentSpanId: -1
spanId: 0
spanLayer: Http
startTime: not null
endTime: not null
componentId: 67
componentName: ''
isError: true
spanType: Entry
peer: ''
peerId: 0
tags:
- {key: url, value: not null}
- {key: status_code, value: '500'}
logs:
- logEvent:
- {key: event, value: error}
- {key: error.kind, value: java.lang.RuntimeException}
- {key: message, value: test_error}
- {key: stack, value: not null}
refs:
- {parentEndpointId: 0, parentEndpoint: /projectA/testcase, networkAddressId: 0,
entryEndpointId: 0, refType: CrossProcess, parentSpanId: not null, parentTraceSegmentId: not null,
parentServiceInstanceId: not null, networkAddress: not null, entryEndpoint: /projectA/testcase,
entryServiceInstanceId: not null}
- segmentId: not null
spans:
- operationName: RoutingConfiguration.org.apache.skywalking.apm.testcase.sc.webflux.projectB.route.TestHandler
operationId: 0
parentSpanId: -1
spanId: 0
spanLayer: Http
startTime: not null
endTime: not null
componentId: 67
componentName: ''
isError: false
spanType: Entry
peer: ''
peerId: 0
tags:
- {key: url, value: not null}
refs:
- {parentEndpointId: 0, parentEndpoint: /projectA/testcase, networkAddressId: 0,
entryEndpointId: 0, refType: CrossProcess, parentSpanId: not null, parentTraceSegmentId: not null,
parentServiceInstanceId: not null, networkAddress: not null, entryEndpoint: /projectA/testcase,
entryServiceInstanceId: not null}
- segmentId: not null
spans:
- operationName: RoutingConfiguration.org.apache.skywalking.apm.testcase.sc.webflux.projectB.route.TestHandler
operationId: 0
parentSpanId: -1
spanId: 0
spanLayer: Http
startTime: not null
endTime: not null
componentId: 67
componentName: ''
isError: true
spanType: Entry
peer: ''
peerId: 0
tags:
- {key: url, value: not null}
- {key: status_code, value: '500'}
logs:
- logEvent:
- {key: event, value: error}
- {key: error.kind, value: java.lang.RuntimeException}
- {key: message, value: test_error}
- {key: stack, value: not null}
refs:
- {parentEndpointId: 0, parentEndpoint: /projectA/testcase, networkAddressId: 0,
entryEndpointId: 0, refType: CrossProcess, parentSpanId: not null, parentTraceSegmentId: not null,
parentServiceInstanceId: not null, networkAddress: not null, entryEndpoint: /projectA/testcase,
entryServiceInstanceId: not null}
- segmentId: not null
spans:
- operationName: WEBFLUX.handle
operationId: 0
parentSpanId: -1
spanId: 0
spanLayer: Http
startTime: not null
endTime: not null
componentId: 67
componentName: ''
isError: true
spanType: Entry
peer: ''
peerId: 0
tags:
- {key: url, value: not null}
- {key: status_code, value: '404'}
logs:
- logEvent:
- {key: event, value: error}
- {key: error.kind, value: org.springframework.web.server.ResponseStatusException}
- {key: message, value: not null}
- {key: stack, value: not null}
refs:
- {parentEndpointId: 0, parentEndpoint: /projectA/testcase, networkAddressId: 0,
entryEndpointId: 0, refType: CrossProcess, parentSpanId: not null, parentTraceSegmentId: not null,
parentServiceInstanceId: not null, networkAddress: not null, entryEndpoint: /projectA/testcase,
entryServiceInstanceId: not null}
- segmentId: not null
spans:
- operationName: org.apache.skywalking.apm.testcase.sc.webflux.projectB.controller.TestAnnotationController.hello
operationId: 0
parentSpanId: -1
spanId: 0
spanLayer: Http
startTime: not null
endTime: not null
componentId: 67
componentName: ''
isError: false
spanType: Entry
peer: ''
peerId: 0
tags:
- {key: url, value: not null}
refs:
- {parentEndpointId: 0, parentEndpoint: /projectA/testcase, networkAddressId: 0,
entryEndpointId: 0, refType: CrossProcess, parentSpanId: not null, parentTraceSegmentId: not null,
parentServiceInstanceId: not null, networkAddress: not null, entryEndpoint: /projectA/testcase,
entryServiceInstanceId: not null}
- applicationCode: webflux-projectA-scenario
segmentSize: nq 0
segments:
- segmentId: not null
spans:
- operationName: /testcase/annotation/success
operationId: 0
parentSpanId: 0
spanId: 1
spanLayer: Http
startTime: not null
endTime: not null
componentId: 2
componentName: ''
isError: false
spanType: Exit
peer: not null
peerId: 0
tags:
- {key: url, value: not null}
- {key: http.method, value: GET}
- operationName: /testcase/annotation/error
operationId: 0
parentSpanId: 0
spanId: 2
spanLayer: Http
startTime: not null
endTime: not null
componentId: 2
componentName: ''
isError: true
spanType: Exit
peer: not null
peerId: 0
tags:
- {key: url, value: not null}
- {key: http.method, value: GET}
- {key: status_code, value: '500'}
- operationName: /testcase/route/success
operationId: 0
parentSpanId: 0
spanId: 3
spanLayer: Http
startTime: not null
endTime: not null
componentId: 2
componentName: ''
isError: false
spanType: Exit
peer: not null
peerId: 0
tags:
- {key: url, value: not null}
- {key: http.method, value: GET}
- operationName: /testcase/route/error
operationId: 0
parentSpanId: 0
spanId: 4
spanLayer: Http
startTime: not null
endTime: not null
componentId: 2
componentName: ''
isError: true
spanType: Exit
peer: not null
peerId: 0
tags:
- {key: url, value: not null}
- {key: http.method, value: GET}
- {key: status_code, value: '500'}
- operationName: /notFound
operationId: 0
parentSpanId: 0
spanId: 5
spanLayer: Http
startTime: not null
endTime: not null
componentId: 2
componentName: ''
isError: true
spanType: Exit
peer: not null
peerId: 0
tags:
- {key: url, value: not null}
- {key: http.method, value: GET}
- {key: status_code, value: '404'}
- operationName: /testcase/annotation/mono/hello
operationId: 0
parentSpanId: 0
spanId: 6
spanLayer: Http
startTime: not null
endTime: not null
componentId: 2
componentName: ''
isError: false
spanType: Exit
peer: not null
peerId: 0
tags:
- {key: url, value: not null}
- {key: http.method, value: GET}
- operationName: /projectA/testcase
operationId: 0
parentSpanId: -1
spanId: 0
spanLayer: Http
startTime: not null
endTime: not null
componentId: 1
componentName: ''
isError: false
spanType: Entry
peer: ''
peerId: 0
tags:
- {key: url, value: not null}
- {key: http.method, value: GET}