dragonflydb / dragonfly

A modern replacement for Redis and Memcached
https://www.dragonflydb.io/
Other
25.47k stars 926 forks source link

FR: Add maxclients in INFO and /metrics #2912

Closed steache closed 5 months ago

steache commented 5 months ago

Did you search GitHub Issues and GitHub Discussions First? y

Is your feature request related to a problem? Please describe. n

Describe the solution you'd like

Describe alternatives you've considered

Additional context

      relabelings:
        - sourceLabels: [pod]
          separator: "-"
          regex: "(.*)-(.*)"
          targetLabel: dragonfly_cluster
          replacement: "$1"
kostasrim commented 5 months ago

Hi @steache, thank you for reporting this. We added as an issue for the community but if it remains stale I will take care of it

racamirko commented 5 months ago

@kostasrim I'm volunteering. I'll push the PR and note it here once I run the test suite.

kostasrim commented 5 months ago

@racamirko Thank you for your contribution :)