Skip to content

Commit

Permalink
Add consumer group coordinator label to consumer_group_info metric
Browse files Browse the repository at this point in the history
  • Loading branch information
amuraru committed Apr 14, 2021
1 parent 4f4b8c5 commit 48fd15d
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 73 deletions.
19 changes: 11 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,30 @@ go 1.15

require (
github.com/frankban/quicktest v1.11.3 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.2.0
github.com/jcmturner/gokrb5/v8 v8.4.2
github.com/klauspost/compress v1.11.7 // indirect
github.com/knadh/koanf v0.15.0
github.com/klauspost/compress v1.12.1 // indirect
github.com/knadh/koanf v0.16.0
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/copystructure v1.1.2 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/orcaman/concurrent-map v0.0.0-20210106121528-16402b402231
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/procfs v0.6.0 // indirect
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.20.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/twmb/franz-go v0.6.9
github.com/twmb/franz-go v0.6.10
go.uber.org/atomic v1.7.0
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/mod v0.4.1 // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
google.golang.org/protobuf v1.25.0 // indirect
golang.org/x/net v0.0.0-20210414194228-064579744ee0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210414055047-fe65e336abe0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
Expand Down
Loading

0 comments on commit 48fd15d

Please sign in to comment.