We are creating a canary environment and we needed to set signal and expiration configs
Decisions
I did not leveraged alerts.AlertsNrqlConditionSignal and alerts.AlertsNrqlConditionExpiration since the json annotation were not adding omit_empty possibly causing a breaking change.
Moreover one of the field was float64 that is not supported and discuraged by the generator
Use Case
We are creating a canary environment and we needed to set signal and expiration configs
Decisions
I did not leveraged
alerts.AlertsNrqlConditionSignal
andalerts.AlertsNrqlConditionExpiration
since the json annotation were not adding omit_empty possibly causing a breaking change.Moreover one of the field was float64 that is not supported and discuraged by the generator
Fix https://github.com/newrelic/newrelic-kubernetes-operator/issues/135