Skip to content

Commit

Permalink
fix(exporter): replace counter by gauge
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre-io committed Mar 10, 2021
1 parent fddc9f9 commit 33779e6
Show file tree
Hide file tree
Showing 4 changed files with 340 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14.7-alpine3.12
FROM golang:1.14.15-alpine3.13

# Install bash
RUN apk add --no-cache bash
Expand Down
8 changes: 6 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ require (
github.com/go-sql-driver/mysql v1.5.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/prometheus/client_golang v1.7.1
github.com/sirupsen/logrus v1.6.0
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/common v0.18.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/sirupsen/logrus v1.8.1
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)
Loading

0 comments on commit 33779e6

Please sign in to comment.