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 codec_type: auto stat_prefix: ingress_http route_config: name: service1_route virtual_hosts: - name: service1 domains: - "*" routes: - match: prefix: "/" route: cluster: local_service decorator: operation: checkAvailability http_filters: - name: envoy.filters.http.router typed_config: {} - address: socket_address: address: 0.0.0.0 port_value: 9000 traffic_direction: OUTBOUND 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.dynamic_ot typed_config: "@type": type.googleapis.com/envoy.config.trace.v3.DynamicOtConfig library: /usr/local/lib/libjaegertracing_plugin.so config: service_name: service1 sampler: type: const param: 1 reporter: localAgentHostPort: jaeger:6831 headers: jaegerDebugHeader: jaeger-debug-id jaegerBaggageHeader: jaeger-baggage traceBaggageHeaderPrefix: uberctx- baggage_restrictions: denyBaggageOnInitializationFailure: false hostPort: "" codec_type: auto stat_prefix: egress_http route_config: name: service2_route virtual_hosts: - name: service2 domains: - "*" routes: - match: prefix: "/trace/2" route: cluster: service2 decorator: operation: checkStock http_filters: - name: envoy.filters.http.router typed_config: {} 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: service2 connect_timeout: 0.250s type: strict_dns lb_policy: round_robin http2_protocol_options: {} load_assignment: cluster_name: service2 endpoints: - lb_endpoints: - endpoint: address: socket_address: address: service2 port_value: 8000