chore: update goctl version to 1.6.0 (#3674)

This commit is contained in:
Kevin Wan
2023-10-27 21:59:35 +08:00
committed by GitHub
parent f8adc71529
commit 9394e59597
4 changed files with 32 additions and 29 deletions

View File

@@ -34,11 +34,9 @@ var (
Labels: []string{"command"},
})
connLabels = []string{"key", "client_type"}
connCollector = newCollector()
_ prometheus.Collector = (*collector)(nil)
connLabels = []string{"key", "client_type"}
connCollector = newCollector()
_ prometheus.Collector = (*collector)(nil)
)
type (