---
title: "Memcached integration | Grafana Labs"
description: "Monitoring Memcached"
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

## Memcached integration

The Memcached integration provides **cache monitoring** for Memcached, covering cache performance, memory, and connections. Memcached does one job, so monitoring stays focused. Hit rate and eviction trends tell you whether the cache is working, and memory and item counts tell you whether it’s running out of room.

|                    |                                                                    |
|--------------------|--------------------------------------------------------------------|
| **What it’s for**  | Monitoring hit rate, evictions, memory, and connection health      |
| **Under the hood** | Grafana Alloy scrapes the Memcached exporter with a minimal config |

## Metrics collected

- **Cache performance**: Hit rate, miss rate, and eviction trends
- **Memory**: Bytes stored versus available memory
- **Connections**: Current connections, connection rate, and the max-connection threshold
- **Items**: Items stored, items evicted, and storage throughput
- **Resource usage**: CPU time and network bytes

## What to know

This integration offers:

- Prebuilt dashboards: Memcached overview
- Prebuilt alerts: instance down, connection limit, out of memory

Prerequisites:

- Alloy needs network access to Memcached.

* * *

## Documentation

View the [Memcached integration](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-memcached/) documentation.
