drop prometheus metrics

This commit is contained in:
2024-12-30 01:54:29 +03:00
parent 5941827c3a
commit 5524dfe4d4
5 changed files with 27 additions and 134 deletions

View File

@@ -16,7 +16,7 @@ OUTBIN ?= $(OUTDIR)/$(BIN)$(OUTSFX)
export GO ?= go
export CGO_ENABLED ?= 0
## "purego" - https://github.com/cespare/xxhash
TAGS ?= purego
TAGS ?=
LDFLAGS ?=
GO_BUILDFLAGS ?=
GO_LDFLAGS := -w $(LDFLAGS)