Skip to content

Commit

Permalink
fix: Remove extra / in grafana log path
Browse files Browse the repository at this point in the history
  • Loading branch information
grifonas committed Aug 28, 2024
1 parent 11c8e07 commit 9258f2a
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 @@ -317,7 +317,7 @@ additionalPrometheusRulesMap:
severity: none
- alert: KubePodCrashLooping
annotations:
grafana_log_path: /explore?orgId=1&left=%5B"now-1h","now","Loki",%7B"expr":"%7Bpod%3D%5C"{{
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: https://${GRAFANA_HOST}
Expand Down

0 comments on commit 9258f2a

Please sign in to comment.