Skip to content

Commit

Permalink
renames workflow_job__seconds to workflow_job_duration_seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
janakerman committed Apr 19, 2022
1 parent 504a3f2 commit a8eab39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

var (
workflowJobHistogramVec = prometheus.NewHistogramVec(prometheus.HistogramOpts{
Name: "workflow_job_seconds",
Name: "workflow_job_duration_seconds",
Help: "Time that a workflow job took to reach a given state.",
Buckets: prometheus.ExponentialBuckets(1, 1.4, 30),
},
Expand Down

0 comments on commit a8eab39

Please sign in to comment.