Notes
Follow standard procedures to install the New Relic integration for Kubernetes events.
Changelog
- Add custom attributes support. Custom attributes are added via environment variables of the form - NRI_KUBE_EVENTS_<key>=<val>.- Example: To add an attribute called - environmentwith a value of- stagingto all the events, you need to add the following environment variable to the spec of the- kube-eventscontainer:NRI_KUBE_EVENTS_environment=staging- More detailed information can be found in the integration's documentation. 
- Add retry with exponential back-off when sending events to the forwarder agent.