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
environment
with a value ofstaging
to all the events, you need to add the following environment variable to the spec of thekube-events
container:NRI_KUBE_EVENTS_environment=stagingMore detailed information can be found in the integration's documentation.
Add retry with exponential back-off when sending events to the forwarder agent.