You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/04/22 11:43:26 UTC

[GitHub] [skywalking] dbaicss opened a new issue #6809: how to push tracing data to skywalking with istio

dbaicss opened a new issue #6809:
URL: https://github.com/apache/skywalking/issues/6809


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ✅] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   how to push tracing data to skywalking?
   java: 1.8.0_212
   os: centos7.6
   skywalking: 8.1
   
   istio config:
       accessLogFile: /dev/stdout
       defaultConfig:
         discoveryAddress: istiod.istio-system.svc:15012
         envoyAccessLogService:
           address: skywalking-oap.log.svc.cluster.local:11800
         envoyMetricsService:
           address: skywalking-oap.log.svc.cluster.local:11800
         proxyMetadata: {}
         tracing:
           zipkin:
             address: zipkin.istio-system:9411
       enableEnvoyAccessLogService: true
       enablePrometheusMerge: true
       rootNamespace: istio-system
       trustDomain: cluster.local
     meshNetworks: 'networks: {}'
   
   skywalking  config:
   helm install my-release skywalking -f skywalking/values.yaml --set oap.env.SW_ENVOY_METRIC_ALS_HTTP_ANALYSIS=k8s-mesh --set fullnameOverride=skywalking --set ui.image.tag=8.1.0 --set oap.image.tag=8.1.0-es6 --set oap.storageType=elasticsearch  --set oap.envoy.als.enabled=true  -n log
   
   i queried with istio example(http://ingressgateway:port/product), but thers is no data in skywalking


-- 
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #6809: how to push tracing data to skywalking with istio

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6809:
URL: https://github.com/apache/skywalking/issues/6809#issuecomment-824868241


   Istio doesn't support it yet. The Envoy tracer is there.
   
   API has been submitted by @Shikugawa  through https://github.com/istio/api/pull/1909


-- 
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng closed issue #6809: how to push tracing data to skywalking with istio

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #6809:
URL: https://github.com/apache/skywalking/issues/6809


   


-- 
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:
users@infra.apache.org



[GitHub] [skywalking] Shikugawa commented on issue #6809: how to push tracing data to skywalking with istio

Posted by GitBox <gi...@apache.org>.
Shikugawa commented on issue #6809:
URL: https://github.com/apache/skywalking/issues/6809#issuecomment-825324478


   @dbaicss Yes. I'm working on Istio and SkyWalking integration right now.


-- 
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:
users@infra.apache.org