Skip to content

Commit

Permalink
Deprecate since fields in nrql conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Petkovski committed Nov 7, 2020
1 parent d9406ef commit a03126d
Show file tree
Hide file tree
Showing 9 changed files with 826 additions and 804 deletions.
2 changes: 1 addition & 1 deletion deploy/3-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: newrelic-alert-manager
containers:
- name: newrelic-alert-manager
image: personio/newrelic-alert-manager:1.3.1
image: personio/newrelic-alert-manager:1.4.0
command:
- newrelic-alert-manager
imagePullPolicy: Always
Expand Down
3 changes: 2 additions & 1 deletion deploy/crds/alerts.newrelic.io_alertpolicies_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ spec:
type: object
sinceMinutes:
description: Defines the `SINCE` clause in the NRQL query
maximum: 20
minimum: 1
type: integer
valueFunction:
description: 'Available options are: \ - `single_value` \ - `sum`
Expand Down Expand Up @@ -467,7 +469,6 @@ spec:
- alertThreshold
- name
- query
- sinceMinutes
- valueFunction
type: object
type: array
Expand Down
Loading

0 comments on commit a03126d

Please sign in to comment.