endclothing / prometheus_client_php

Prometheus instrumentation library for PHP applications
https://prometheus.io/docs/concepts/metric_types/
Apache License 2.0
150 stars 79 forks source link

Please add memcache adapter #38

Open frops opened 4 years ago

frops commented 4 years ago

Often some systems have just memcache but not redis. It would be cool if you will add support memcache.

Thank you.

NoelDavies commented 4 years ago

Hi @frops - feel free to add a PR - but I'm pretty bogged down with work at the moment.

fernandesGabriel commented 4 years ago

I was about to suggest actually to integrate with some PSR 6 compatible lib as Symfony Cache, where we could take advantage of all the 3 storage already in use, as make the interface to the next storage easier.