Adding extra metric till now, not impacting path

This commit is contained in:
Vivek Kumar 2024-02-22 11:44:48 +05:30
parent 9156bf3fbc
commit e70cb42780
No known key found for this signature in database
GPG key ID: 81605FDFBA4EF440
3 changed files with 66 additions and 16 deletions

View file

@ -20,7 +20,7 @@ all: prometheus-adapter
SRC_DEPS=$(shell find pkg cmd -type f -name "*.go")
prometheus-adapter: $(SRC_DEPS)
CGO_ENABLED=0 GOARCH=$(ARCH) go build sigs.k8s.io/prometheus-adapter/cmd/adapter
CGO_ENABLED=0 GOARCH=$(ARCH) go build -o prometheus-adapter-custom sigs.k8s.io/prometheus-adapter/cmd/adapter
.PHONY: container
container: