mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-22 15:30:59 +00:00
remove comments
Signed-off-by: glightfoot <glightfoot@rsglab.com>
This commit is contained in:
parent
063112b138
commit
01b19722d7
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ func TestHandlePacket(t *testing.T) {
|
||||||
out: event.Events{
|
out: event.Events{
|
||||||
&event.TimerEvent{
|
&event.TimerEvent{
|
||||||
TMetricName: "foo",
|
TMetricName: "foo",
|
||||||
TValue: 0.2, // convert statsd ms to seconds in parsing
|
TValue: 0.2,
|
||||||
TLabels: map[string]string{},
|
TLabels: map[string]string{},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -448,7 +448,7 @@ func TestHandlePacket(t *testing.T) {
|
||||||
out: event.Events{
|
out: event.Events{
|
||||||
&event.TimerEvent{
|
&event.TimerEvent{
|
||||||
TMetricName: "foo",
|
TMetricName: "foo",
|
||||||
TValue: 200, // convert statsd ms to seconds in parsing
|
TValue: 200,
|
||||||
TLabels: map[string]string{},
|
TLabels: map[string]string{},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue