Skip to content

Commit

Permalink
Change percentile suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoene committed Feb 25, 2014
1 parent 9004949 commit bc8e5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func submit() (err error) {
continue
}

g = gaugePercentile(k, t, pctf, "pct"+pct)
g = gaugePercentile(k, t, pctf, pct)
m.Gauges = append(m.Gauges, *g)
}
}
Expand Down

0 comments on commit bc8e5e0

Please sign in to comment.