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:
[email protected]