Skip to content

DatadogMonitor CRD support for network-performance alert #2172

@schahal

Description

@schahal

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):

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions