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

100 lines
3.6 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:
services:
- {gateway-projectB-scenario: nq 0}
- {gateway-projectA-scenario: nq 0}
instances:
- {gateway-projectB-scenario: 1}
- {gateway-projectA-scenario: 1}
operationNames:
- gateway-projectB-scenario: [/provider/b/testcase]
- gateway-projectA-scenario: [WEBFLUX.handle]
heartbeat: []
segmentItems:
- serviceName: gateway-projectB-scenario
segmentSize: nq 0
segments:
- segmentId: not null
spans:
- operationName: /provider/b/testcase
operationId: 0
parentSpanId: -1
spanId: 0
spanLayer: Http
startTime: nq 0
endTime: nq 0
componentId: nq 0
componentName: ''
isError: false
spanType: Entry
peer: ''
peerId: 0
tags:
- {key: url, value: not null}
- {key: http.method, value: GET}
refs:
- {parentEndpointId: -1, parentEndpoint: '', networkAddressId: 0,
entryEndpointId: 0, refType: CrossProcess, parentSpanId: 0, parentTraceSegmentId: not null,
parentServiceInstanceId: not null, networkAddress: 'localhost:18070', entryEndpoint: WEBFLUX.handle,
entryServiceInstanceId: not null}
- serviceName: gateway-projectA-scenario
segmentSize: nq 0
segments:
- segmentId: not null
spans:
- operationName: GATEWAY/provider_route
operationId: 0
parentSpanId: -1
spanId: 0
spanLayer: Http
startTime: nq 0
endTime: nq 0
componentId: 61
componentName: ''
isError: false
spanType: Exit
peer: not null
peerId: 0
tags:
- {key: url, value: not null}
- {key: http.method, value: GET}
refs:
- {parentEndpointId: 0, parentEndpoint: WEBFLUX.handle, networkAddressId: 0,
entryEndpointId: 0, refType: CrossThread, parentSpanId: 0, parentTraceSegmentId: not null,
parentServiceInstanceId: not null, networkAddress: '', entryEndpoint: WEBFLUX.handle,
entryServiceInstanceId: not null}
- segmentId: not null
spans:
- operationName: WEBFLUX.handle
operationId: 0
parentSpanId: -1
spanId: 0
spanLayer: Http
startTime: nq 0
endTime: nq 0
componentId: 67
componentName: ''
isError: false
spanType: Entry
peer: ''
peerId: 0
tags:
- {key: url, value: 'http://localhost:8080/provider/b/testcase'}
- {key: http.method, value: GET}
- {key: status_code, value: '200'}