monasca-agent/monasca_agent/statsd
Doug Szumski a2400fcf12 Fix parsing of StatsD metrics with Py3
When running with Py3 we compare a byte string to a unicode string
when parsing StatsD metrics. This patch adds some unit tests to
reproduce the bug and decodes the bytestring to make the existing
comparisons valid under Py3. When backporting to Train we can use
Oslo encodeutils. Clearly we could have more unit tests, but
this makes a start.

Change-Id: I6341f96f5c186428d2d829cabf618a6f84f40ce2
Story: 2007684
Task: 39796
2020-05-22 21:08:28 +01:00
..
__init__.py [Trivial] Remove unnecessary executable privilege 2016-04-29 21:26:03 +08:00
daemon.py Add Apache License 2018-04-14 11:50:07 +00:00
reporter.py Add Apache License 2018-04-14 11:50:07 +00:00
udp.py Fix parsing of StatsD metrics with Py3 2020-05-22 21:08:28 +01:00