-
Notifications
You must be signed in to change notification settings - Fork 31
No metrics reaching to zipkin from kong api #19
Comments
For the purposes of debugging, could you try with a And could you share any kong logs you have? |
Yes, I set sample_ratio to 1 but no luck. |
What do your kong logs show? (both error and access logs) |
cant see any content in logs in /usr/local/kong/logs/. we are running kong instance in kubernetes . |
@james-callahan , We have installed one more kong instance in centos machine as we are unable to find kong kubernetes instance log and follow the same steps which i mentioned earlier. We found some error in error.log when kong is trying to export zipkin metrics.
Please suggest what could be the issue. |
Do the error logs not end up in the pod's logs? Which kubernetes pod/deployment definition are you using? (though it appears we don't need to go down this route further, because:)
Looks to be the same as Kong/kong#3654 |
@james-callahan , yes found the error log too in kubernetes pod .
|
@james-callahan , We are using config.sample_ratio=0.2. Below is steps we have followed to created zipkin plugin.
ZIPKIN running in docker container.
ZIPKIN logs
Setup for kong- zipkin plugin we followed
creating API
enable zipkin plugin for api
Please suggest what could be the main culprit here. Thanks in advance!!
Regards,
The text was updated successfully, but these errors were encountered: