static_resources: listeners: - address: socket_address: address: 0.0.0.0 port_value: 8000 traffic_direction: INBOUND filter_chains: - filters: - name: envoy.filters.network.http_connection_manager typed_config: "@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager tracing: provider: name: envoy.tracers.skywalking typed_config: "@type": type.googleapis.com/envoy.config.trace.v3.SkyWalkingConfig grpc_service: envoy_grpc: cluster_name: skywalking timeout: 0.250s client_config: service_name: service2-envoy instance_name: service2-envoy-1 codec_type: auto stat_prefix: ingress_http route_config: name: local_route virtual_hosts: - name: service2 domains: - "*" routes: - match: prefix: "/" route: cluster: local_service decorator: operation: checkStock http_filters: - name: envoy.filters.http.router typed_config: "@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router start_child_span: true clusters: - name: local_service connect_timeout: 0.250s type: strict_dns lb_policy: round_robin load_assignment: cluster_name: local_service endpoints: - lb_endpoints: - endpoint: address: socket_address: address: 127.0.0.1 port_value: 8080 - name: skywalking connect_timeout: 1s type: strict_dns lb_policy: round_robin http2_protocol_options: {} load_assignment: cluster_name: skywalking endpoints: - lb_endpoints: - endpoint: address: socket_address: address: skywalking-oap port_value: 11800