ojongerius / terraform-provider-datadog

A Terraform plugin to manage Datadog resources.
Mozilla Public License 2.0
29 stars 6 forks source link

Outlier resource tags #44

Closed ojongerius closed 8 years ago

ojongerius commented 8 years ago

An outlier check like the following:

query: avg(last_1h):outliers(avg:system.load.norm.15{*,!service_name:my-bamboo} by {service_name}, 'dbscan',2) > 0

Will be accepted by the Datadog endpoint, but it will break their UI. I've raised a ticket for this issue. In the meanwhile the resource should ignore wildcards, and allow valid tags.

Use case: having a default tag of *, and excluding tags as you find out some servers do not fit the pattern of others.

ojongerius commented 8 years ago

Note: I don't particularly like this workaround and am trying to convince Datadog to fix it.