diff --git a/docs/metrics.md b/docs/metrics.md index e6fddfd4291c..c0f0feaa9be0 100644 --- a/docs/metrics.md +++ b/docs/metrics.md @@ -1,8 +1,8 @@ -# Prometheus Metrics +# Metrics > v2.7 and after -!!! Metrics changes in 3.6 +!!! Warning "Metrics changes in 3.6" Please read [this short guide](upgrading.md#metrics-changes) on what you must consider when upgrading to 3.6. ## Introduction @@ -197,10 +197,12 @@ Metrics for the [Four Golden Signals](https://sre.google/sre-book/monitoring-dis - Errors: `count` and `error_count` - Saturation: `workers_busy` and `workflow_condition` -!!! High cardinality +!!! Warning "High cardinality" 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. + + #### `cronworkflows_concurrencypolicy_triggered` A counter of the number of times a CronWorkflow has triggered its `concurrencyPolicy` to limit the number of workflows running. diff --git a/docs/workflow-creator.md b/docs/workflow-creator.md index 6ad7cd6b4016..45ce7eee1c1a 100644 --- a/docs/workflow-creator.md +++ b/docs/workflow-creator.md @@ -11,10 +11,10 @@ metadata: name: my-wf labels: workflows.argoproj.io/creator: admin - # labels must be DNS formatted, so the "@" is replaces by '.at.' + # labels must be DNS formatted, so the "@" is replaces by '.at.' workflows.argoproj.io/creator-email: admin.at.your.org workflows.argoproj.io/creator-preferred-username: admin-preferred-username ``` -!!! NOTE +!!! Note Labels only contain `[-_.0-9a-zA-Z]`, so any other characters will be turned into `-`.