Skip to content

Commit 27ec037

Browse files
author
Rudolf Vriend
committed
Use millisecond resolution for timers, since the statsd exporter expects it that way and buckets are filled wrong otherwise: https://github.com/prometheus/statsd_exporter/blob/master/exporter.go#L407
1 parent 257a02c commit 27ec037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ commands = flake8
2626
commands = {posargs}
2727

2828
[flake8]
29-
ignore = D100,D101,D102,D103,D104,D203
29+
ignore = D100,D101,D102,D103,D104,D203, W605
3030
show-source = True
3131
exclude = .venv,.tox,dist,doc,*egg,build,test*
3232
max-line-length = 140

0 commit comments

Comments
 (0)