Replies: 3 comments 3 replies
-
By the way, I deployed buildkitd stand-alone on DaemonSet. And I deploy with following config:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
@tonistiigi Can you help plz? |
Beta Was this translation helpful? Give feedback.
0 replies
-
BuildKit supports History APIs where you can access all these properties for old builds that you can then collect into your statistics tool. Docker Desktop Build UI (that pulls data via History API) can also show you build stats over time https://docs.docker.com/desktop/use-desktop/builds/#build-history . |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I've been using BuildKit to build container images and I want to set up a monitoring dashboard for our operations team. The goal is to track key performance indicators (KPIs) such as build latency, success rate, and error rate more effectively.
I have a few specific questions and would appreciate guidance from the community:
Build Latency: How can I obtain data on the latency of each image build? Are there recommended tools or methods to capture and visualize this data?
Success and Error Rates: Does BuildKit support automatically logging the number of successful and failed builds? Are there existing solutions that can generate reports on these statistics?
Logs and Data Format: To integrate these metrics into our existing monitoring system (such as Prometheus or Grafana), what logs or data formats should we focus on?
Additional Suggestions: Are there other metrics worth monitoring, or any configurations or tools you recommend for enhancing operational efficiency?
Thank you very much for your help! I'm sure other users with similar needs will also benefit from this information.
I look forward to your suggestions and shared experiences.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions