Skip to content

Commit 7a05c67

Browse files
fix: register get_tasks_requests metric (#551)
1 parent a67d5df commit 7a05c67

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

venona/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.4
1+
2.0.5

venona/pkg/metrics/metrics.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ func Register(reg *prometheus.Registry) {
111111
wfTaskRetries,
112112
queueSize,
113113
getTasksDuration,
114+
getTasksRequests,
114115
handlingTimeSinceCreation,
115116
handlingTimeInRunner,
116117
agentProcessingTime,

venonactl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.4
1+
2.0.5

0 commit comments

Comments
 (0)