Skip to content

Commit

Permalink
fix: Grafana host in monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
grifonas committed Aug 27, 2024
1 parent 9045a22 commit 11c8e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/assets/helm-values-monitoring.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ additionalPrometheusRulesMap:
grafana_log_path: /explore?orgId=1&left=%5B"now-1h","now","Loki",%7B"expr":"%7Bpod%3D%5C"{{
$labels.pod }}%5C",namespace%3D%5C"{{ $labels.namespace }}%5C"%7D"%7D,%7B"mode":"Logs"%7D,%7B"ui":%5Btrue,true,true,"none"%5D%7D%5D
#grafana_url: https://grafana.dev.contiamo.io/
grafana_url: GRAFANA_URL_PLACEHOLDER
grafana_url: https://${GRAFANA_HOST}
message: Pod {{ $labels.namespace }}/{{ $labels.pod }} ({{ $labels.container
}}) is restarting {{ printf "%.2f" $value }} times / 5 minutes.
runbook_url: https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md#alert-name-kubepodcrashloopingA
Expand Down

0 comments on commit 11c8e07

Please sign in to comment.