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
Indeed the list API doesn't seem to support tags with space. Overall spaces in tags are somewhat discouraged, but I agree with you they are not forbidden. I reached out to the monitor team to see if they can fix this. Thanks for you patience.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. Note that the issue will not be automatically closed, but this notification will remind us to investigate why there's been inactivity. Thank you for participating in the Datadog open source community.
If you would like this issue to remain open:
Verify that you can still reproduce the issue in the latest version of this project.
Comment that the issue is still reproducible and include updated details requested in the issue template.
Describe the bug
If a monitor has a tag whose key has spaces in it, then list_monitors() cannot find it by tag.
To Reproduce
run following python script:
Expected behavior
list_monitors() returns least one monitor that matches the tag
Environment and Versions (please complete the following information):
Python 3.11.4
datadog-api-client==2.17.0
There is nothing in API documentation or UI to suggest that tags with spaces are not supported.
The text was updated successfully, but these errors were encountered: