Is it possible to add custom links as a widget to DD dashboard?
Among other properties, our Datadog setup displays version of deployed app (which may be different in different environments) and app name. I was wondering if it was possible to create a dashboard which would contain custom links (widgets?) per each service, where each link will be mapped based on properties:
https://github.com/${app_name}/compare/${appVersion_1}.substring(..)...${appVersion_2}.substring(..)
where
- app_name is a name of the app
- appVersion_1 is a version in one environment
- appVersion_2 is a version in another environment
Is there any possibility to achieve that in Datadog?