yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #39846
[Bug 1372792] Re: Inconsistent timestamp formats in ceilometer metering messages
** Changed in: neutron
Status: Opinion => Incomplete
** Changed in: neutron
Assignee: Eugene Nikanorov (enikanorov) => (unassigned)
** Changed in: neutron
Importance: High => Low
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1372792
Title:
Inconsistent timestamp formats in ceilometer metering messages
Status in neutron:
Incomplete
Bug description:
The messages generated by neutron-metering-agent contain timestamps in
a different format than the other messages received through UDP from
ceilometer-agent-notification. This creates unnecessary troubles for
whoever is trying to decode the messages and do something useful with
them.
I particular, up to now, I found out about the timestamp field in the
bandwidth message.
They contain UTC dates (I hope), but there is no Z at the end, and
they contain a space instead of a T between date and time. In short,
they are not in ISO8601 as the timestamps in the other messages. I
found out about them because elasticsearch tries to parse them and
fails, throwing away the message.
This bug was filed against Ceilometer, but I have been redirected here:
https://bugs.launchpad.net/ceilometer/+bug/1370607
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1372792/+subscriptions
References