Memcached Exporter
Memcached Exporter is used to expose metrics from a running Memcached deployment.
Note
To deploy metric exporters you will first need to deploy the Prometheus Operator, see: (Deploy Prometheus).
Installation
Install the Memcached Exporter
Note
Following this installation step will also deploy memcached in a HA production ready cluster that includes monitoring via the metric exporters. If memcached is already installed running this will simply enable the exporters which allows Prometheus to begin scraping the memcached service.
Deploy the Memcached Cluster With Monitoring Enabled
kubectl kustomize --enable-helm /etc/genestack/kustomize/memcached/base-monitoring | \
kubectl apply --namespace openstack --server-side -f -
Success
If the installation is successful, you should see the exporter pod in the openstack namespace.