简体   繁体   中英

Istio missing metrics

I am testing Istio 1.1, but the collection of metrics is not working correctly.

I can not find what the problem is. I followed this tutorial and I was able to verify all the steps without problems.

If I access prometheus I can see the log of some requests. 在此处输入图片说明

On the other hand, if I access Jaeger, I can not see any service (only 1 from Istio) 在此处输入图片说明

Grafana is also having some strange behavior, most of the graphs do not show data.

In istio 1.1, the default sampling rate is 1%, so you need to send at least 100 requests before the first trace is visible.

This can be configured through the pilot.traceSampling option.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM