apache / skywalking

APM, Application Performance Monitoring System
https://skywalking.apache.org/
Apache License 2.0
23.87k stars 6.52k forks source link

Istio Metric data now showing on Skywalking dashboard on EKS cluster. #3422

Closed devoprock closed 5 years ago

devoprock commented 5 years ago

Please answer these questions before submitting your issue.


Question


Bug


Requirement or improvement

wu-sheng commented 5 years ago

What is your question?

devoprock commented 5 years ago

After installed Skywalking on EKS Kubi am not seeing data on Skywaking dashboad

wu-sheng commented 5 years ago

Do you set the mixer adopter or open als?

devoprock commented 5 years ago

I have followed this document https://github.com/apache/skywalking-kubernetes/tree/master/archive to install Skywalker on EKS.

devoprock commented 5 years ago

I have installed below yaml file tto push metrics into Skywalking.

skywalking-kubernetes/archive/6/6.0.0-beta/istio.

01-metrictemplate.yml 02-skywalingadapter.yml 03-operator_cfg.yml

devoprock commented 5 years ago

@wu-sheng ,

Is there any other steps to set mixer adopter ? Can you please help me on this issue.

devoprock commented 5 years ago

@wu-sheng ,

As part of istio setup we have installed Prometheus for istio on eks.

wu-sheng commented 5 years ago

Do you run this? https://github.com/apache/skywalking-kubernetes/tree/master/archive#setup-istio-to-send-metric-to-oap-1

Istio mixer adopter should be config. And you could check istio mixer log.

devoprock commented 5 years ago

Thanks for replying @wu-sheng ,Yes i have performed below url all steps on EKS/Istio but still i dont see istio metrics on Skywalking dash board.

devoprock commented 5 years ago

followed url steps : https://github.com/apache/skywalking-kubernetes/tree/master/archive#setup-istio-to-send-metric-to-oap-1

wu-sheng commented 5 years ago

If you are familiar with istio, you need to learn about istio mixer, check the istio mixer logs, at least, you make sure mixer bypass adopter is working.

devoprock commented 5 years ago

I found the issue and now able to see data on skywalking. issue is not able to communicate on 11800 port for oap service.

devoprock commented 5 years ago

Thanks @wu-sheng