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

150 lines
5.7 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.
segmentItems:
- serviceName: httpexchange-projectA-scenario
segmentSize: nq 0
segments:
- segmentId: not null
spans:
- operationName: /testcase/success
parentSpanId: 0
spanId: 1
spanLayer: Http
startTime: not null
endTime: not null
componentId: 99
isError: false
spanType: Exit
peer: localhost:18080
skipAnalysis: false
tags:
- {key: url, value: 'http://localhost:18080/testcase/success'}
- {key: http.method, value: GET}
- {key: http.status_code, value: '200'}
- operationName: /testcase/url/urltest
parentSpanId: 0
spanId: 2
spanLayer: Http
startTime: not null
endTime: not null
componentId: 99
isError: false
spanType: Exit
peer: localhost:18080
skipAnalysis: false
tags:
- {key: url, value: 'http://localhost:18080/testcase/url/urltest'}
- {key: http.method, value: GET}
- {key: http.status_code, value: '200'}
- operationName: /testcase/body
parentSpanId: 0
spanId: 3
spanLayer: Http
startTime: not null
endTime: not null
componentId: 99
isError: false
spanType: Exit
peer: localhost:18080
skipAnalysis: false
tags:
- {key: url, value: 'http://localhost:18080/testcase/body'}
- {key: http.method, value: POST}
- {key: http.status_code, value: '200'}
- operationName: GET:/projectA/testcase
parentSpanId: -1
spanId: 0
spanLayer: Http
startTime: not null
endTime: not null
componentId: 1
isError: false
spanType: Entry
peer: ''
skipAnalysis: false
tags:
- {key: url, value: 'http://localhost:8080/projectA/testcase'}
- {key: http.method, value: GET}
- {key: http.status_code, value: '200'}
- serviceName: httpexchange-projectB-scenario
segmentSize: nq 0
segments:
- segmentId: not null
spans:
- operationName: GET:/testcase/success
parentSpanId: -1
spanId: 0
spanLayer: Http
startTime: not null
endTime: not null
componentId: 1
isError: false
spanType: Entry
peer: ''
skipAnalysis: false
tags:
- {key: url, value: 'http://localhost:18080/testcase/success'}
- {key: http.method, value: GET}
- {key: http.status_code, value: '200'}
refs:
- {parentEndpoint: 'GET:/projectA/testcase', networkAddress: 'localhost:18080',
refType: CrossProcess, parentSpanId: 1, parentTraceSegmentId: not null,
parentServiceInstance: not null, parentService: httpexchange-projectA-scenario,
traceId: not null}
- segmentId: not null
spans:
- operationName: GET:/testcase/url/urltest
parentSpanId: -1
spanId: 0
spanLayer: Http
startTime: not null
endTime: not null
componentId: 1
isError: false
spanType: Entry
peer: ''
skipAnalysis: false
tags:
- {key: url, value: 'http://localhost:18080/testcase/url/urltest'}
- {key: http.method, value: GET}
- {key: http.status_code, value: '200'}
refs:
- {parentEndpoint: 'GET:/projectA/testcase', networkAddress: 'localhost:18080',
refType: CrossProcess, parentSpanId: 2, parentTraceSegmentId: not null,
parentServiceInstance: not null, parentService: httpexchange-projectA-scenario,
traceId: not null}
- segmentId: not null
spans:
- operationName: POST:/testcase/body
parentSpanId: -1
spanId: 0
spanLayer: Http
startTime: not null
endTime: not null
componentId: 1
isError: false
spanType: Entry
peer: ''
skipAnalysis: false
tags:
- {key: url, value: 'http://localhost:18080/testcase/body'}
- {key: http.method, value: POST}
- {key: http.status_code, value: '200'}
refs:
- {parentEndpoint: 'GET:/projectA/testcase', networkAddress: 'localhost:18080',
refType: CrossProcess, parentSpanId: 3, parentTraceSegmentId: not null,
parentServiceInstance: not null, parentService: httpexchange-projectA-scenario,
traceId: not null}