-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add traces/metrics relate to routes #12699
Comments
Can you clarify what do you mean by metrics for routes? |
@garagatyi Do you happen to know how routes availability can be checked? I mean maybe status is not set for an unavailable route? |
I need some time to clarify this task. Basically, I want to see some routes related metric that will mean something for the user. Not only API call. May be we need something that will ensure that route really created. |
@sleshchenko we could add traces programatically when we ping servers. We could also try to use https://docs.openshift.com/container-platform/3.5/rest_api/openshift_v1.html#list-or-watch-objects-of-kind-route, but I'm not sure it shows flaky routes |
@skabashnyuk It sounds a little like what you need is some metric from the openshift infrastructure, in the form of latencies for a complete operation (route CRD creation through to actual operation). |
closing in prefer of #12740 |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Description
We would like to observe how routes creation is happening.
Related issue openshiftio/openshift.io#4730
The text was updated successfully, but these errors were encountered: