-
Notifications
You must be signed in to change notification settings - Fork 383
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
Doesn't support Log Alert Monitor( Fix log monitor UI issue, lost query tags) #148
Comments
I have the same problem. I found out that the "AND"s are in I suggest that datadog official team can fix this bug. Thanks for your team and work with love. |
Do you have any plans to fix it? in provider.datadog v1.8.0 I still have this issue |
Hi everyone, I’ve raised this issue internally to our monitors team and they’ve acknowledged this is a bug and will work to fix it. I'll post an update here when there's some development on this. |
@bkabrda Can I ask your team will fix this at the datadog-side or terraform datadog provider side? Because I am trying to fix this by changing code of terraform-datadog-provider then create a PR? |
@geekeren they're still looking into it and trying to figure out what would be the best solution. ATM it's not been decided where the fix will be, so it can be either the provider, the datadog internal mechanisms or both. I'll keep updating this issue as situation develops. Thanks for your patience everyone! |
#199 Here is a PR to fix this issue |
Thanks for the PR, I'll try to have a look during today. |
So after some discussion with the Datadog monitors team, it seems that the solution provided in #199 is correct short-term. In the long term, the monitors team will remove the need to add In terms of backwards compatibility, the monitors API will keep accepting (and silently ignoring) |
The fixing PR was merged, I'm closing this issue. |
Hey folks, for the record, the API now parses the query itself and so query_config is not required. As a result:
|
Revert "#148 Fix log monitor UI issue: generate queryConfig.queryStri…
…g from query (DataDog#199) * DataDog#148 Fix log monitor UI issue: generate queryConfig.queryString from query * DataDog#148 make schema query_config computed * refator match log queryString
…eryString from query (DataDog#199)" This reverts commit 7aade75. The query_config parameter is no longer necessary, as all the attributes are parsed out of the query parameter.
Revert "DataDog#148 Fix log monitor UI issue: generate queryConfig.queryStri…
Hi there, I create two monitors, one is created manually, the other is by terraform.
Terraform Version
Terraform v0.11.11
Terraform Configuration Files
When I edit the monitor, I expected to see:
Expected Behavior
Actual Behavior
but I saw the search query is empty:
When I go to view page, the two monitors are the same:
I am not sure whether is UI issues of datadog, or the log alert doesn't work at all
The text was updated successfully, but these errors were encountered: