Gitaly should publish a version label in Prometheus that does not include the build time
Currently the version tag on the gitlab_build_info metric includes the build time, for example: version="v0.16.0-20170712.171556"
The build time may vary between servers even though the servers are in fact running the same version of Gitaly.
We should publish a metric that does not include the build time to allow for each collation of versions.
See https://dev.gitlab.org/cookbooks/runbooks/blob/master/troubleshooting/gitaly-error-rate.md
Edited by Andrew Newdigate