prometheus operator v0.71.2

AlertmanagerConfig.spec.muteTimeIntervals.timeIntervals.months.spec.receivers.opsgenieConfigs

List of OpsGenie configurations.

15 fields
AlertmanagerConfig.spec.muteTimeIntervals.timeIntervals.months.spec.receivers.opsgenieConfigs fields and descriptions
Field / TypeDescription
actions
string

Comma separated list of actions that will be available for the alert.

object

The secret's key that contains the OpsGenie API key. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.

  • x-kubernetes-map-type: "atomic"
apiURL
string

The URL to send OpsGenie API requests to.

description
string

Description of the incident.

object[]

A set of arbitrary key/value pairs that provide further detail about the incident.

entity
string

Optional field that can be used to specify which domain alert is related to.

object

HTTP client configuration.

message
string

Alert text limited to 130 characters.

note
string

Additional alert note.

priority
string

Priority level of alert. Possible values are P1, P2, P3, P4, and P5.

object[]

List of responders responsible for notifications.

sendResolved
boolean

Whether or not to notify about resolved alerts.

source
string

Backlink to the sender of the notification.

tags
string

Comma separated list of tags attached to the notifications.

updateAlerts
boolean

Whether to update message and description of the alert in OpsGenie if it already exists By default, the alert is never updated in OpsGenie, the new message only appears in activity log.