Commit e2ee8b28 authored by Geoff Simmons's avatar Geoff Simmons

Remove some unneeded type declarations.

parent 6a484ac4
......@@ -99,10 +99,10 @@ var (
Help: "Total number of monitor results",
}, []string{"service", "status", "result"})
addr2instMetrics map[string]*instanceMetrics = make(map[string]*instanceMetrics)
addr2instMetrics = make(map[string]*instanceMetrics)
instMetricsMtx = &sync.Mutex{}
latencyObjectives map[float64]float64 = map[float64]float64{
latencyObjectives = map[float64]float64{
0.5: 0.001,
0.9: 0.001,
0.95: 0.001,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment