Learn how to send memcached data collected by collectd to VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront).
memcached is a popular memory object cache system. See collectd memcached plugin documentation.
VMware Aria Operations for Applications supports a built-in integration that gets data from memcached using Telegraf. If you want to use collectd instead, follow the instructions on this page.
Installation
- On your collectd host, copy the config below into
/etc/collectd/managed_config/
. - Edit the settings in the file for your memcached server.
- Restart collectd.
Example collectd Configuration
<Plugin "memcached">
Host "127.0.0.1"
Port "11211"
</Plugin>