diff options
author | 2018-01-23 21:10:55 +0100 | |
---|---|---|
committer | 2018-01-23 20:10:55 +0000 | |
commit | b707438534576e3f0596054a201bc271b537095e (patch) | |
tree | 6762817f84331d310db610ff40395618e19e0cd1 /Makefile | |
parent | f9c03c2ead6ae655006b3b8264b9870028884d8f (diff) | |
download | coredns-b707438534576e3f0596054a201bc271b537095e.tar.gz coredns-b707438534576e3f0596054a201bc271b537095e.tar.zst coredns-b707438534576e3f0596054a201bc271b537095e.zip |
Add coredns_build_info metric (#1418)
In order to track the rollout status of CoreDNS versions, add the common
build_info metric.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ all: coredns .PHONY: coredns coredns: $(CHECKS) - CGO_ENABLED=0 $(SYSTEM) go build $(VERBOSE) -ldflags="-s -w -X github.com/coredns/coredns/coremain.gitCommit=$(GITCOMMIT)" -o $(BINARY) + CGO_ENABLED=0 $(SYSTEM) go build $(VERBOSE) -ldflags="-s -w -X github.com/coredns/coredns/coremain.GitCommit=$(GITCOMMIT)" -o $(BINARY) .PHONY: check check: linter core/zplugin.go core/dnsserver/zdirectives.go godeps |