Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Supporting service map widget for dashboards #467

Closed
sammous opened this issue Apr 9, 2020 · 0 comments · Fixed by #550
Closed

[Feature Request] Supporting service map widget for dashboards #467

sammous opened this issue Apr 9, 2020 · 0 comments · Fixed by #550
Assignees

Comments

@sammous
Copy link

sammous commented Apr 9, 2020

Hi,
It seems that the terraform provider doesn't support creating servicemap widgets.

Terraform Version

0.12.x

Affected Resource

  • datadog_dashboard

Feature Request

Being able to create servicemap visualisations : https://docs.datadoghq.com/fr/dashboards/widgets/service_map/
Widget schema :

SERVICEMAP_SCHEMA = {
        "type": "object",
        "properties": {
            "type": {"enum": ["servicemap"]},
            "filters": {"type": "array", "items": {"type": "string"}, "minItems": 1},
            "service": {"type": "string"},
            "title": WidgetSchema.TITLE
        },
        "required": ["type", "filters", "service"],
        "additionalProperties": False,
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants