Allow using entity selectors instead of just IDs to reference monitored entities #964
Labels
enhancement
New feature or request
internally-tracked
We've moved this issue to the internal backlog of the core team.
Describe the bug
In Monaco 2.0.0-rc.4 I could use entity selector in scope , but in 2.0.0-rc.6+ and GA it throws a 404 error
How to reproduce
Sample Yaml config , have used simple entity selector for example
earlier it was creating keyrequest with the right scope , but now it complains with following error
failed to deploy config cdx:builtin:settings.subscriptions.service:trader-core-keyrequests: failed to upsert dynatrace obj: failed to upsert config "servicea-keyrequests" after 3 retries: (HTTP 404)! Response was: {"error":{"code":404,"message":"Scope '[{\\\"type\\\":\\\"ENTITY_ID\\\", \\\"operator\\\": \\\"EQUALS\\\", \\\"value\\\": \\\"SERVICE-ABCD\\\"}]' not found"}}
Expected behavior
Entity selector can be used in scope
Log output
failed to deploy config cdx:builtin:settings.subscriptions.service:trader-core-keyrequests: failed to upsert dynatrace obj: failed to upsert config "servicea-keyrequests" after 3 retries: (HTTP 404)! Response was: {"error":{"code":404,"message":"Scope '[{\\\"type\\\":\\\"ENTITY_ID\\\", \\\"operator\\\": \\\"EQUALS\\\", \\\"value\\\": \\\"SERVICE-ABCD\\\"}]' not found"}}
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: