Which feature or improvement would you like to request?
Hi, I would like to show current stalwart version deployed on my grafana dashboard.
To do that, I would need stalwart to expose a metric that would include a "version" label. I couldn't find a metric that would already have this info.
Something like this example, specifically the redis_version part.
# Source - https://stackoverflow.com/a/51747875
# Posted by Oliver
# Retrieved 2025-11-21, License - CC BY-SA 4.0
# HELP redis_instance_info Information about the Redis instance
# TYPE redis_instance_info gauge
redis_instance_info{addr="redis://localhost:6379",os="Linux 4.4.0-62-generic x86_64",redis_build_id="687a2a319020fa42",redis_mode="standalone",redis_version="3.0.6",role="master"} 1
Is your feature request related to a problem?
No
Code of Conduct
Which feature or improvement would you like to request?
Hi, I would like to show current stalwart version deployed on my grafana dashboard.
To do that, I would need stalwart to expose a metric that would include a "version" label. I couldn't find a metric that would already have this info.
Something like this example, specifically the
redis_versionpart.Is your feature request related to a problem?
No
Code of Conduct