Skip to content

feat: add workspace build timing metrics #15771

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

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Nit: consistency
Signed-off-by: Danny Kopping <danny@coder.com>
  • Loading branch information
dannykopping committed Dec 9, 2024
commit 2f77a603f369b651eef138f9928b7ce3d02d609c
2 changes: 1 addition & 1 deletion provisionerd/provisionerd.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func NewMetrics(reg prometheus.Registerer) Metrics {
Namespace: "coderd",
Subsystem: "provisionerd",
Name: "workspace_build_timings_seconds",
Help: "workspace build time in seconds.",
Help: "The time taken for a workspace to build.",
Buckets: []float64{
1, // 1s
10,
Expand Down
Loading