Commit Graph

8 Commits

Author SHA1 Message Date
Ben Kochie aeec47ead4 Add a build info metric (#323)
* Add a build info metric

Add a standard Prometheus build info metric to make monitoring rollouts
easier.

* Update prometheus vendoring.

* Fix build error

Fix missing bool in builtinMetricMaps.

Signed-off-by: Ben Kochie <superq@gmail.com>
2019-11-26 00:16:23 +11:00
Will Rouesnel bb8b37cbeb
Revert "Updated the magefile.go to use new version of archiver library"
This reverts commit 6585e6672f.

There's been some weird changes added to the upstream archiver library which
break the build. Since this is only used in the build process, I'm in no hurry
to update it.
2019-07-03 22:44:24 +10:00
Kerim Djiho 6585e6672f Updated the magefile.go to use new version of archiver library 2019-07-03 22:25:08 +10:00
Thomas Skowron 3d0c258c72 FreeBSD compilation target 2018-06-25 23:49:05 +10:00
Will Rouesnel 4df26a0922 Fix version not being set properly during build.
Closes #170.

This release will be backported and 0.4.4 re-released.
2018-03-21 00:28:29 +11:00
Will Rouesnel 2f4fc7201f Disable lll in gometalinter. 2018-03-07 05:25:17 +10:00
Will Rouesnel 3f6cdf2e85 Fix magefile exclusion handling. 2018-03-07 05:25:17 +10:00
Will Rouesnel 989489096e Refactor repository layout and convert build system to Mage.
This commit implements a massive refactor of the repository, and
moves the build system over to use Mage (magefile.org) which should
allow seamless building across multiple platforms.
2018-03-06 07:29:35 +10:00