You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain properties of the Alert Policy definition should have default values in case the user doesn't need/want to set them.
As an example, the following properties currently do not have defaults, but maybe they should (loosely based on the relevant Terraform provider schemas).
Policy and NrqlAlertCondition
spec.api_key (maybe we can use our env variable with the kubernetes setup?)
NrqlAlertCondition
spec.nrql
spec.enabled
maybe others?
The text was updated successfully, but these errors were encountered:
Objective
Certain properties of the Alert Policy definition should have default values in case the user doesn't need/want to set them.
As an example, the following properties currently do not have defaults, but maybe they should (loosely based on the relevant Terraform provider schemas).
Policy
andNrqlAlertCondition
spec.api_key
(maybe we can use our env variable with the kubernetes setup?)NrqlAlertCondition
spec.nrql
spec.enabled
The text was updated successfully, but these errors were encountered: