memcached_exporter icon indicating copy to clipboard operation
memcached_exporter copied to clipboard

Exports metrics from memcached servers for consumption by Prometheus.

Results 22 memcached_exporter issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.35.0 to 0.37.0. Release notes Sourced from github.com/prometheus/common's releases. sigv4/v0.1.0 Initial release Commits 49b3603 Improve OAuth2 user agent handling (#391) c5e1b60 config: ignore deprecated warning in tests...

dependencies

There is a memcached bug where this error appears: ``` level=debug ts=2022-06-23T10:28:27.220696365Z caller=memcached_client.go:406 name=frontend-cache msg="failed to store item to memcached" key=1@b2ae91c4319dafc4 sizeBytes=86848 server=10.70.1.208:11211 err="memcache: unexpected response line from \"set\": \"SERVER_ERROR...

enhancement
good first issue

In order to support multiple / remote memcached instances (ex, SaaS managed), it would be useful to support the [multi-target exporter pattern](https://prometheus.io/docs/guides/multi-target-exporter/).

This is based on, and pending, the changes in `gomemcache` PR https://github.com/grobie/gomemcache/pull/2. The original non-TLS behaviour is unchanged, however when `--tls.enable` is given, the net connection is created by the...

Does "memcached_exporter" work with "mcrouter"? I am using the following config to mcrouter: ```yaml { "pools": { "A": { "servers": [ "memcached-node1:11211", "memcached-node2:11211" ] } }, "route": "PoolRoute|A" } ```...

When [extstore](https://github.com/memcached/memcached/wiki/Extstore) is enabled, `stats` outputs some additional stats relating to it. They're in line with existing stats (storage used/limit, read/write/eviction counts, etc.) and adding them to the exporter is...

It looks like a number of metric names are copies of the raw memcached stats names. These don't follow naming best practices and many likely need some cleanup work. Also,...

enhancement
help wanted

Adds support for [multi-target pattern](https://prometheus.io/docs/guides/multi-target-exporter/). Refers to #130 Discussion points: - Should we always enable the `scrapper` by default? Is this possibly a security problem?

# Dependencies Please merge the following before merging this (cc @SuperQ) * https://github.com/prometheus/memcached_exporter/pull/207 * https://github.com/prometheus/memcached_exporter/pull/206 ## 0.14.3 / 2024-03-19 * [CHANGE] Update dependencies This addresses CVE-2024-24786 which is not exploitable...