UchihaWen opened a new issue #3685: How to config envoy to upload the trace data
URL: https://github.com/apache/skywalking/issues/3685
 
 
   help needed!!!
   When I use the example 
https://github.com/apache/skywalking/blob/master/docs/en/setup/envoy/metrics_service_setting.md
 
   I can not find any information in the skywalking UI . Something i configured 
wrong?
   I just use the same file in the example to test, and I use this config below 
too, it did not work neither
   
   ---
   admin:
     access_log_path: /tmp/admin_access.log
     address:
       socket_address: { address: 127.0.0.1, port_value: 9901 }
   stats_sinks:
     - name: envoy.metrics_service
       config:
         grpc_service:
           envoy_grpc:
             cluster_name: service_skywalking
   node:
     id: ingress
     cluster: test
     locality:
       region: ap-southeast-1
       zone: zone1
       sub_zone: subzone1
     metadata:
       skywalking: iscool
       envoy: isawesome
   static_resources:
     listeners:
     - name: listener_0
       address:
         socket_address: { address: 127.0.0.1, port_value: 10000 }
       filter_chains:
       - filters:
         - name: envoy.http_connection_manager
           config:
             stat_prefix: ingress_http
             codec_type: AUTO
             route_config:
               name: local_route
               virtual_hosts:
               - name: local_service
                 domains: ["*"]
                 routes:
                 - match: { prefix: "/" }
                   route: { cluster: test }
             http_filters:
             - name: envoy.router
     clusters:
     - name: some_service
       connect_timeout: 0.25s
       type: STATIC
       lb_policy: ROUND_ROBIN
       hosts: [{ socket_address: { address: 127.0.0.1, port_value: 8080 }}]
     - name: service_skywalking
       connect_timeout: 5s
       type: LOGICAL_DNS
       http2_protocol_options: {}
       # Comment out the following line to test on v6 networks
       dns_lookup_family: V4_ONLY
       lb_policy: ROUND_ROBIN
       load_assignment:
         cluster_name: service_skywalking
         endpoints:
           - lb_endpoints:
               - endpoint:
                   address:
                     socket_address:
                       address: 127.0.0.1
                       # This is the port where SkyWalking serving the Envoy 
Metrics Service gRPC stream.
                       port_value: 11800
   ---
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to