prometheus: convert zrepl_version_daemon to zrepl_start_time metric

closes https://github.com/zrepl/zrepl/pull/556
fixes #553
This commit is contained in:
Lapo Luchini
2022-01-12 16:52:58 +01:00
committed by Christian Schwarz
parent 0a6840273a
commit 4a27cc63a8
3 changed files with 17 additions and 7 deletions
+11
View File
@@ -16,6 +16,17 @@ Changelog
The changelog summarizes bugfixes that are deemed relevant for users and package maintainers.
Developers should consult the git commit log or GitHub issue tracker.
0.6 (Unreleased)
----------------
* `Feature Wishlist on GitHub <https://github.com/zrepl/zrepl/discussions/547>`_
* |break| |feature| convert Prometheus metric ``zrepl_version_daemon`` to ``zrepl_start_time`` metric
* The metric still reports the zrepl version in a label.
But the metric *value* is now the Unix timestamp at the time the daemon was started.
The Grafana dashboard in :repomasterlink:`dist/grafana` has been updated.
0.5
---