File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6868
6969build :
7070 @echo " >> building binaries"
71- go build -o mongodb-query-exporter cmd/root .go
71+ go build -o mongodb-query-exporter cmd/main .go
7272
7373.PHONY : run
7474run : fmt vet
75- go run ./cmd/root .go
75+ go run ./cmd/main .go
7676
7777.PHONY : docker-build
7878docker-build : test # # Build docker image with the manager.
Original file line number Diff line number Diff line change 33[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/raffis/mongodb-query-exporter )] ( https://goreportcard.com/report/github.com/raffis/mongodb-query-exporter )
44[ ![ PkgGoDev] ( https://pkg.go.dev/badge/github.com/raffis/mongodb-query-exporter?tab=subdirectories )] ( https://pkg.go.dev/github.com/raffis/mongodb-query-exporter?tab=subdirectories )
55[ ![ Coverage Status] ( https://coveralls.io/repos/github/raffis/mongodb-query-exporter/badge.svg?branch=master )] ( https://coveralls.io/github/raffis/mongodb-query-exporter?branch=master )
6- [ ![ Artifact HUB ] ( https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/prometheus- mongodb-query-exporter )] ( https://artifacthub.io/packages/search?repo=prometheus- mongodb-query-exporter )
6+ [ ![ Artifact Hub ] ( https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/mongodb-query-exporter )] ( https://artifacthub.io/packages/search?repo=mongodb-query-exporter )
77
88MongoDB aggregation query exporter for [ Prometheus] ( https://prometheus.io ) .
99
File renamed without changes.
You can’t perform that action at this time.
0 commit comments