Codebase list golang-github-go-kit-kit / 81f7705
Fixed example code for metrics There are no usage of `statsd` in the example code for prometheus. Wari Wahab 8 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3636
3737 "github.com/go-kit/kit/metrics"
3838 "github.com/go-kit/kit/metrics/prometheus"
39 "github.com/go-kit/kit/metrics/statsd"
4039 )
4140
4241 var requestDuration = prometheus.NewSummary(stdprometheus.SummaryOpts{