Skip to content
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

Skaffold should expose metrics/telemetry #9374

Open
AndreasBergmeier6176 opened this issue Apr 2, 2024 · 0 comments
Open

Skaffold should expose metrics/telemetry #9374

AndreasBergmeier6176 opened this issue Apr 2, 2024 · 0 comments

Comments

@AndreasBergmeier6176
Copy link
Contributor

Expected behavior

There should be a way of accessing run time of each processing step (e.g. build artifact X, wait on deployment Y).
Bonus points if it is in a format that can be easily pushed/digested via Prometheus.

Actual behavior

In our CI run, we execute Skaffold. To optimize deployment we then need to look at the timestamps for log output. With these timestamps, we can then guess, what processing steps took how long and where to best optimize for swifter deployment.

Information

Our end goal is to push Skaffold metrics to Prometheus and build Dashboards. Then we should easily see, which deployments slow us down the most.

Steps to reproduce the behavior

  1. skaffold run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant