Hi,
Could someone please advise how can I enable monitoring for memcached, which is already running in k8s environment?
I am using deployment and service configurations for memcached. So, my questions are:
- Can I enable monitoring by adding annotations (prometheus.io/scrape, prometheus.io/scrape_port) to the service?
- Should I deploy any exporters as pod in k8s environment? Please provide the details, if there are any sample deployment available.
Please provide the details if any doc related to this available?
Thanks