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
{{ message }}
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
I think datadog changed their APi and now pushing does nothing as it says that the monitors that were updated in the previous run are still out of date on datadog.
The text was updated successfully, but these errors were encountered:
If I'm seeing it right, it seems datadog does not give us back same definition of monitors as we've given to them. Due to that, each time dogpush is ran, it tries to update all monitors.
So, i was able to add to the ignore items the (forgive me cause im going from memory at home) overall_state_modified. Once added, and you run a diff DogPush will say there are no changes. This is great!
At this point i went to make minor changes to the monitors and push them out but it seems the push is still failing to send new data through the API as those changes never stick.
I'm experiencing this issue as well. Datadog added a field called "overall_state_modified" on Tuesday which coincided with the breaking of the push feature. We were told if we remove that field from our yaml files it would push, but after doing so, its still is not working.
I think datadog changed their APi and now pushing does nothing as it says that the monitors that were updated in the previous run are still out of date on datadog.
The text was updated successfully, but these errors were encountered: