mirror of
https://github.com/prometheus/prometheus
synced 2024-12-26 00:23:18 +00:00
Explicitly include domain info in build hostname
This commit is contained in:
parent
c152aa514f
commit
9dde9302a8
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ include Makefile.INCLUDE
|
||||
|
||||
REV := $(shell git rev-parse --short HEAD)
|
||||
BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
|
||||
HOSTNAME := $(shell hostname)
|
||||
HOSTNAME := $(shell hostname -f)
|
||||
BUILD_DATE := $(shell date)
|
||||
BUILDFLAGS := -ldflags \
|
||||
" -X main.buildVersion $(REV)\
|
||||
|
Loading…
Reference in New Issue
Block a user