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
Currently, if you set a DataDogSLO CRD to be a monitor type then you must set the monitor_ids as seen here.
If you want to point a DataDogSLO to DataDogMonitor then you need to know the id which is only available post creation and operator reconcile loop. This presents difficulties to automate CRDs.
I would like to suggest that users can specifiy a list of monitor_names (DatadogMonitor.spec.name) so that we can create a couple of DatadogMonitors then directly reference with a DatadogSLO monitory type