Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TPS logs timestamps are stale? #13

Open
zerebubuth opened this issue Aug 28, 2018 · 0 comments
Open

TPS logs timestamps are stale? #13

zerebubuth opened this issue Aug 28, 2018 · 0 comments

Comments

@zerebubuth
Copy link
Member

In 1e33d75, we started sending the TPS logs to CloudWatch. This is really useful, but would be more useful if the timestamps were recorded correctly.

CloudWatch log events have two timestamps; a timestamp for the event itself and an "ingestion" timestamp when CloudWatch first saw the event. Unfortunately, something we're doing wrong means that the event timestamp isn't being set correctly which, because the event timestamp is the one used in the CloudWatch GUI, makes it difficult to read through the logs.

This is probably something simple that I've overlooked, such as configuring CloudWatch to expect the timestamp in the same format as we're printing it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant