You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My team are currently using this module to send tagged metrics to Datadog, which are then used by a datadog_monitor resource that sends Slack alerts on failed Spacelift runs.
However, when we call run_url in the monitor message (e.g. "Stack run: {{run_url.name}}"), the value has been converted to lowercase despite the Spacelift URL being case-sensitive, resulting in a 404 error. Presumably, this is caused by Datadog's tagging requirements which include setting tags to lowercase.
For example:
Actual URL: https://my-self-hosted-spacelift.com/stack/my-spacelift-stack/run/PF09DJ203MWKAG4K4OE7L71I9F
Hello 👋
My team are currently using this module to send tagged metrics to Datadog, which are then used by a
datadog_monitor
resource that sends Slack alerts on failed Spacelift runs.However, when we call
run_url
in the monitor message (e.g."Stack run: {{run_url.name}}"
), the value has been converted to lowercase despite the Spacelift URL being case-sensitive, resulting in a 404 error. Presumably, this is caused by Datadog's tagging requirements which include setting tags to lowercase.For example:
https://my-self-hosted-spacelift.com/stack/my-spacelift-stack/run/PF09DJ203MWKAG4K4OE7L71I9F
run_url
value:https://my-self-hosted-spacelift.com/stack/my-spacelift-stack/run/pf09dj203mwkag4k4oe7l71i9f
(invalid link)Has anyone dealt with this before and are there any workarounds for this?
The text was updated successfully, but these errors were encountered: