Skip to content

Commit

Permalink
Use correct url
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-at-adobe authored Sep 3, 2024
1 parent f3778b8 commit eecb736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/opentelemetry-operator/templates/prometheusrule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
{{- end }}
annotations:
description: '{{`Reconciliation errors for {{ $labels.controller }} is increasing and has now reached {{ humanize $value }} `}}'
runbook_url: '{{ default "https://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/runbooks.md" .Values.manager.prometheusRule.runbookUrl }}#reconcileerrors'
runbook_url: '{{ default "https://opentelemetry.io/docs/kubernetes/operator/troubleshooting/prometheus-alerts-runbooks/" .Values.manager.prometheusRule.runbookUrl }}#reconcileerrors'
{{- with .Values.manager.prometheusRule.defaultRules.additionalRuleAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand All @@ -46,7 +46,7 @@ spec:
{{- end }}
annotations:
description: '{{`Queue depth for {{ $labels.name }} has reached {{ $value }} `}}'
runbook_url: '{{ default "https://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/runbooks.md" .Values.manager.prometheusRule.runbookUrl }}#workqueuedepth'
runbook_url: '{{ default "https://opentelemetry.io/docs/kubernetes/operator/troubleshooting/prometheus-alerts-runbooks/" .Values.manager.prometheusRule.runbookUrl }}#workqueuedepth'
{{- with .Values.manager.prometheusRule.defaultRules.additionalRuleAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit eecb736

Please sign in to comment.