Skip to content

Commit 82eabf6

Browse files
committed
fix: correct type of pods_total_count metric
This is incorrectly modified in argoproj#13943 Signed-off-by: Alan Clucas <[email protected]>
1 parent 5a2e08c commit 82eabf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

util/telemetry/builder/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ metrics:
222222
The `reason` attribute is the value from the Reason message before the `:` in the message.
223223
This is not directly controlled by the workflow controller, so it is possible for some pod pending states to be missed.
224224
unit: "{pod}"
225-
type: Int64ObservableGauge
225+
type: Int64Counter
226226
- name: QueueAddsCount
227227
description: A counter of additions to the work queues inside the controller
228228
extendedDescription: The rate of this shows how busy that area of the controller is

util/telemetry/metrics_list.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)