Closed
Bug 856148
Opened 13 years ago
Closed 13 years ago
StatsD port needs to be provided as an int
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
41
People
(Reporter: lonnen, Unassigned)
References
Details
(Whiteboard: [qa-])
The new statistics module provides the port as a string, which gets passed to socket, which fails because it wants an int.
Comment 1•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/ba262d11966dc4a78b59ce88f12bd5a5a9348bd7
fixed bug 856148 - converts statsd port to an int
https://github.com/mozilla/socorro/commit/9cfa4de38e06b0aa37ad6c146fa23e7faf547a10
Merge pull request #1168 from lonnen/bug856148-statsd-converter-int
fixed bug 856148 - converts statsd port to an int
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•