mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
In order to track the rollout status of CoreDNS versions, add the common build_info metric.
10 lines
145 B
Go
10 lines
145 B
Go
package coremain
|
|
|
|
const (
|
|
coreName = "CoreDNS"
|
|
// CoreVersion is the current version of CoreDNS.
|
|
CoreVersion = "1.0.4"
|
|
|
|
serverType = "dns"
|
|
)
|