mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
Add coredns_build_info metric (#1418)
In order to track the rollout status of CoreDNS versions, add the common build_info metric.
This commit is contained in:
committed by
Miek Gieben
parent
f9c03c2ead
commit
b707438534
@@ -1,8 +1,9 @@
|
||||
package coremain
|
||||
|
||||
const (
|
||||
coreName = "CoreDNS"
|
||||
coreVersion = "1.0.4"
|
||||
coreName = "CoreDNS"
|
||||
// CoreVersion is the current version of CoreDNS.
|
||||
CoreVersion = "1.0.4"
|
||||
|
||||
serverType = "dns"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user