Hi Team,
I am defining panel link on Grafana message template but it is showing up as normal text
But I want something like this on the message.
This is my code:
{{- define “slack.text” -}}
{{- range .Alerts -}}
{{ if gt (len .Annotations) 0 }}
Summary: {{ .Annotations.summary}}
Description: {{ .Annotations.description }}
Go to dashboard: {{ .DashboardURL }}
{{ end }}
{{ end }}
{{ end }}
Can anybody please assist me on this.
Regards,
Zeeshan Khan