Bump webrtc and the crash log reporter link for loki to have a time range
This commit is contained in:
parent
d746d9b046
commit
0480808bb1
|
|
@ -222,7 +222,7 @@ kube-prometheus-stack:
|
|||
send_resolved: true
|
||||
headers:
|
||||
Subject: '[PRODUCTION] {{ .Status | toUpper }} - {{ range .Alerts }}{{ .Annotations.summary }} {{ end }}'
|
||||
html: '{{ template "email.default.html" . }}<br/><hr/>View in <a href="{{ .ExternalURL }}">Alertmanager</a><br/>{{ range .Alerts }}{{ if .Annotations.loki_link }}<a href="{{ .Annotations.loki_link }}">View Logs in Loki</a>{{ end }}{{ end }}'
|
||||
html: '{{ template "email.default.html" . }}<br/><hr/>View in <a href="{{ .ExternalURL }}">Alertmanager</a><br/>{{ range .Alerts }}{{ if .Annotations.loki_link }}<a href="{{ .Annotations.loki_link }}&from={{ .StartsAt.Unix | add -60 | mul 1000 }}&to={{ .StartsAt.Unix | add 60 | mul 1000 }}">View Logs in Loki</a>{{ end }}{{ end }}'
|
||||
slack_configs:
|
||||
- api_url: 'https://hooks.slack.com/services/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'
|
||||
channel: '#video-cluster-prd-alerts'
|
||||
|
|
@ -236,7 +236,7 @@ kube-prometheus-stack:
|
|||
{{ range .Labels.SortedPairs }} • *{{ .Name }}:* `{{ .Value }}`
|
||||
{{ end }}
|
||||
{{ if .Annotations.loki_link }}
|
||||
*Logs:* <{{ .Annotations.loki_link }}|View in Loki>
|
||||
*Logs:* <{{ .Annotations.loki_link }}&from={{ .StartsAt.Unix | add -60 | mul 1000 }}&to={{ .StartsAt.Unix | add 60 | mul 1000 }}|View in Loki>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
*Source:* <{{ .ExternalURL }}|Alertmanager>
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@ kube-prometheus-stack:
|
|||
send_resolved: true
|
||||
headers:
|
||||
Subject: '[STAGING] {{ .Status | toUpper }} - {{ range .Alerts }}{{ .Annotations.summary }} {{ end }}'
|
||||
html: '{{ template "email.default.html" . }}<br/><hr/>View in <a href="{{ .ExternalURL }}">Alertmanager</a><br/>{{ range .Alerts }}{{ if .Annotations.loki_link }}<a href="{{ .Annotations.loki_link }}">View Logs in Loki</a>{{ end }}{{ end }}'
|
||||
html: '{{ template "email.default.html" . }}<br/><hr/>View in <a href="{{ .ExternalURL }}">Alertmanager</a><br/>{{ range .Alerts }}{{ if .Annotations.loki_link }}<a href="{{ .Annotations.loki_link }}&from={{ .StartsAt.Unix | add -60 | mul 1000 }}&to={{ .StartsAt.Unix | add 60 | mul 1000 }}">View Logs in Loki</a>{{ end }}{{ end }}'
|
||||
slack_configs:
|
||||
- api_url: 'https://hooks.slack.com/services/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'
|
||||
channel: '#video-cluster-staging-alerts'
|
||||
|
|
@ -236,7 +236,7 @@ kube-prometheus-stack:
|
|||
{{ range .Labels.SortedPairs }} • *{{ .Name }}:* `{{ .Value }}`
|
||||
{{ end }}
|
||||
{{ if .Annotations.loki_link }}
|
||||
*Logs:* <{{ .Annotations.loki_link }}|View in Loki>
|
||||
*Logs:* <{{ .Annotations.loki_link }}&from={{ .StartsAt.Unix | add -60 | mul 1000 }}&to={{ .StartsAt.Unix | add 60 | mul 1000 }}|View in Loki>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
*Source:* <{{ .ExternalURL }}|Alertmanager>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ grafana:
|
|||
backendUrl: "https://www.jamkazam.com"
|
||||
auth: true
|
||||
# Webrtc_be image version
|
||||
webrtc_tag: 1.0.163
|
||||
webrtc_tag: 1.0.164
|
||||
unused_tag: 1.0.0
|
||||
enableDieEndpoint: false
|
||||
mediasoup:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ grafana:
|
|||
# Webrtc env variables
|
||||
backendUrl: "https://staging.jamkazam.com"
|
||||
# Webrtc_be image version
|
||||
webrtc_tag: 1.0.163
|
||||
webrtc_tag: 1.0.164
|
||||
unused_tag: 1.0.0
|
||||
enableDieEndpoint: true
|
||||
mediasoup:
|
||||
|
|
|
|||
Loading…
Reference in New Issue