File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- # Prometheus Metrics
1
+ # Metrics
2
2
3
3
> v2.7 and after
4
4
5
- !!! Metrics changes in 3.6
5
+ !!! Warning " Metrics changes in 3.6"
6
6
Please read [ this short guide] ( upgrading.md#metrics-changes ) on what you must consider when upgrading to 3.6.
7
7
8
8
## Introduction
@@ -197,10 +197,12 @@ Metrics for the [Four Golden Signals](https://sre.google/sre-book/monitoring-dis
197
197
- Errors : ` count` and `error_count`
198
198
- Saturation : ` workers_busy` and `workflow_condition`
199
199
200
- !!! High cardinality
200
+ !!! Warning " High cardinality"
201
201
Some metric attributes may have high cardinality and are marked with ⚠️ to warn you. You may need to disable this metric or disable the attribute.
202
+
202
203
<!-- titles should be the exact metric name for deep-linking, alphabetical ordered -->
203
204
<!-- titles are without argo_workflows prefix -->
205
+
204
206
# ### `cronworkflows_concurrencypolicy_triggered`
205
207
206
208
A counter of the number of times a CronWorkflow has triggered its `concurrencyPolicy` to limit the number of workflows running.
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ metadata:
11
11
name : my-wf
12
12
labels :
13
13
workflows.argoproj.io/creator : admin
14
- # labels must be DNS formatted, so the "@" is replaces by '.at.'
14
+ # labels must be DNS formatted, so the "@" is replaces by '.at.'
15
15
workflows.argoproj.io/creator-email : admin.at.your.org
16
16
workflows.argoproj.io/creator-preferred-username : admin-preferred-username
17
17
` ` `
18
18
19
- !!! NOTE
19
+ !!! Note
20
20
Labels only contain ` [-_.0-9a-zA-Z]`, so any other characters will be turned into `-`.
You can’t perform that action at this time.
0 commit comments