If you installed Kubernetes integration using a manifest, use the same manifest to uninstall it:
bash
$
kubectl delete -f newrelic-infrastructure.yaml
Package manager
Uninstall instructions
apt (Debian or Ubuntu)
sudo apt-get remove nri-mysql
yum (Amazon Linux, CentOS, or RHEL)
sudo yum remove nri-mysql
zypper (SLES)
sudo zypper -n remove nri-mysql
Package manager
Uninstall instructions
apt (Debian or Ubuntu)
sudo apt-get remove nri-nginx
yum (Amazon Linux, CentOS, or RHEL)
sudo yum remove nri-nginx
zypper (SLES)
sudo zypper -n remove nri-nginx
Package manager
Uninstall instructions
apt (Debian or Ubuntu)
sudo apt-get remove nri-redis
yum (Amazon Linux, CentOS, or RHEL)
sudo yum remove nri-redis
zypper (SLES)
sudo zypper -n remove nri-redis
cd /path/to/statsd
npm uninstall @newrelic/statsd-infra-backend
From the StatsD config.js, remove the "@newrelic/statsd-infra-backend" entry from the list of backends.
Restart StatsD.
Moving away from the integrations package
While it is still possible to use the integrations package, we recommend removing it completely and working with integrations on an individual basis.
The last integration package contains the following versions of the integrations:
Apache 1.1.2
Cassandra 2.0.3
MySQL 1.1.5
Nginx 1.0.2
Redis 1.0.1
If you remove the integrations package and want to continue using the related on-host integrations, you will need to install them one by one. To uninstall the package and re-install your integrations:
Remove the integrations package by following these instructions. The config files from the old integrations will not be deleted, so you wonโt have to configure them again.
Install your integrations one by one following these instructions. To replicate the integrations package, you will need to install all the available integrations again.