Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/kafka_zookeeper_exporter
/ functions
Functions
11 in github.com/cloudflare/kafka_zookeeper_exporter
⨍
Functions
11
◇
Types & classes
2
↓ 3 callers
Function
stringInSlice
(s string, arr []string)
slice.go:3
↓ 1 callers
Method
clusterMetrics
(ch chan<- prometheus.Metric, client *kazoo.Kazoo)
metrics.go:13
↓ 1 callers
Method
consumerMetrics
(ch chan<- prometheus.Metric, consumer *kazoo.Consumergroup)
metrics.go:109
↓ 1 callers
Function
int32InSlice
(i int32, arr []int32)
slice.go:12
↓ 1 callers
Function
newCollector
(zookeeper string, chroot string, topics []string, consumers []string)
collector.go:35
↓ 1 callers
Method
partitionMetrics
called from topicMetrics() to extract per partition metrics
metrics.go:57
↓ 1 callers
Method
topicMetrics
(ch chan<- prometheus.Metric, topic *kazoo.Topic)
metrics.go:29
Method
Collect
(ch chan<- prometheus.Metric)
collector.go:107
Method
Describe
(ch chan<- *prometheus.Desc)
collector.go:96
Function
handler
(w http.ResponseWriter, r *http.Request)
main.go:33
Function
main
()
main.go:61