-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
Description
Why
In order to enable creating these type of monitors via code as well...
Currently, trying to create a DatadogMonitor
network-performance alert is currently not supported (can be done thru the UI, though):
datadog-operator/config/crd/bases/v1/datadoghq.com_datadogmonitors.yaml
Lines 265 to 279 in 9275140
type: | |
description: Type is the monitor type | |
enum: | |
- metric alert | |
- query alert | |
- service check | |
- event alert | |
- log alert | |
- process alert | |
- rum alert | |
- trace-analytics alert | |
- slo alert | |
- event-v2 alert | |
- audit alert | |
- composite |
Actual output
# * spec.type: Unsupported value: "network-performance alert": supported values: "metric alert", "query alert", "service check", "event alert", "log alert", "process alert", "rum alert", "trace-analytics alert", "slo alert", "event-v2 alert", "audit alert", "composite"
Expected outcome
A network-performance monitor is created when setting spec.type
to network-performance alert
.
Current Workaround
Manually create the monitor via the UI