DataDog / datadogpy

The Datadog Python library
https://datadoghq.com/
Other
609 stars 303 forks source link

Add tags and priority to the fpost monitor request #738

Closed perzycharles closed 1 year ago

perzycharles commented 1 year ago

Requirements for Contributing to this repository

What does this PR do?

Add tags and priority to the fpost monitor request

Description of the Change

When creating a monitor by command dog monitor fpost filename.json, the tags and priority parameter which is set in the json file will not be sent in the API request. This change adds tags and priority to the fpost monitor request.

Alternate Designs

Possible Drawbacks

Verification Process

Additional Notes

Release Notes

Review checklist (to be filled by reviewers)