-
Notifications
You must be signed in to change notification settings - Fork 132
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
Not all metrics are available. #5428
Comments
thank you @windowsrefund will check |
so, these metrics are used when you create/update/dellete test triggers using api, did you call it? |
I've created triggers via kubectl apply ... Are you saying these metrics are only published if the triggers are created using the testkube binary or dashboard? |
think so, @dejanzele ? |
If so, that's quite the limited use case as I'd tend to think larger shops aren't going to be working in that capacity to create and deploy their triggers. Instead, you're going to fold those bits into a Helm deployment (or something) when you're deploying across more than a few clusters. |
agrree, need to change |
hey, @windowsrefund I rechecked the code and it sound like a more global thing. We do collect information when test or testsuite crd is created in the cluster and send it for telemtry purposes, if it's enabled. But prometheus metrics are linked to the particular testkube api server instance and reflect activity in this instance and you can have multiple testkube api serverr instances in general. So if crd is created somewhere in Argo flows, we can't simply increase promethues metrics for the first available tekube api server instance might be, we need to send them not only to telemetry server, but to the metrcis server as well |
might be we can add such metrics to operator, because itt's responsible for recomcilliation of all Testkueb CRD |
Using Grafana's explorer, I do not see the following metrics:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All metrics mentioned in the documentation (linked above) are published.
Version / Cluster
The text was updated successfully, but these errors were encountered: