configs/memcache.toml (10 lines of code) (raw):
# An example config that produces percentile metrics for specific memcache stats
# while preserving the original metric names.
[general]
listen = "0.0.0.0:4242"
fault_tolerant = false
reading_suffix = ""
[samplers]
[samplers.memcache]
enabled = true
endpoint = "localhost:11211"