Skip to content

Commit

Permalink
fix(alerts): Removed omitempty from RunbookURL in NrqlConditionUpdate…
Browse files Browse the repository at this point in the history
…Base (#1030)
  • Loading branch information
usfdmiller authored May 3, 2023
1 parent 6adddda commit f100ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/alerts/nrql_conditions.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ type NrqlConditionUpdateBase struct {
Enabled bool `json:"enabled"`
Name string `json:"name,omitempty"`
Nrql NrqlConditionUpdateQuery `json:"nrql"`
RunbookURL string `json:"runbookUrl,omitempty"`
RunbookURL string `json:"runbookUrl"`
Terms []NrqlConditionTerm `json:"terms,omitempty"`
Type NrqlConditionType `json:"type,omitempty"`
ViolationTimeLimit NrqlConditionViolationTimeLimit `json:"violationTimeLimit,omitempty"`
Expand Down

0 comments on commit f100ace

Please sign in to comment.