Hi everyone! Regarding alerts, is it possible to...
# general
a
Hi everyone! Regarding alerts, is it possible to include a URL as a label value? When I attempt to add a URL as a label value, the colon
:
is stripped from the URL e.g.
https//dashboard/blah
which means I'm unable to click on the resulting link in the notification. Thanks.
s
Probably a bug. Please create an issue here https://github.com/SigNoz/signoz
👍 1
a
https://github.com/SigNoz/signoz/issues/4702 I discovered a work around and was able to add a URL by including two colons
::
. Inserting
https:://dashboard/blah
was as saved as
<https://dashboard/blah>