feat(argo-workflows): Add honorLabels parameter to Argo Workflows ServiceMonitor (#2920)
* Update workflow-controller-servicemonitor.yaml Signed-off-by: venegator <m.venega94@gmail.com> * Update values.yaml Signed-off-by: venegator <m.venega94@gmail.com> * Update Chart.yaml Signed-off-by: venegator <m.venega94@gmail.com> * Update README.md Signed-off-by: venegator <m.venega94@gmail.com> * Update charts/argo-workflows/Chart.yaml Co-authored-by: kiblik <5609770+kiblik@users.noreply.github.com> Signed-off-by: venegator <m.venega94@gmail.com> * Update workflow-controller-servicemonitor.yaml Signed-off-by: venegator <m.venega94@gmail.com> --------- Signed-off-by: venegator <m.venega94@gmail.com> Co-authored-by: kiblik <5609770+kiblik@users.noreply.github.com>
This commit is contained in:
parent
7c8bbd62e8
commit
e718e46651
4 changed files with 8 additions and 2 deletions
|
|
@ -175,6 +175,7 @@ Fields to note:
|
|||
| controller.logging.level | string | `"info"` | Set the logging level (one of: `debug`, `info`, `warn`, `error`) |
|
||||
| controller.metricsConfig.enabled | bool | `false` | Enables prometheus metrics server |
|
||||
| controller.metricsConfig.headlessService | bool | `false` | Flag to enable headless service |
|
||||
| controller.metricsConfig.honorLabels | bool | `false` | When true, honorLabels preserves the metric’s labels when they collide with the target’s labels. |
|
||||
| controller.metricsConfig.ignoreErrors | bool | `false` | Flag that instructs prometheus to ignore metric emission errors. |
|
||||
| controller.metricsConfig.metricRelabelings | list | `[]` | ServiceMonitor metric relabel configs to apply to samples before ingestion |
|
||||
| controller.metricsConfig.metricsTTL | string | `""` | How often custom metrics are cleared from memory |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue