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

Fix parse of unix timestamp with more than ns precision #5826

Merged
merged 1 commit into from
May 14, 2019

Conversation

danielnelson
Copy link
Contributor

closes #5824

Required for all PRs:

  • Signed CLA.
  • Associated README.md updated.
  • Has appropriate unit tests.

@danielnelson danielnelson added the fix pr to fix corresponding bug label May 9, 2019
@danielnelson danielnelson added this to the 1.10.4 milestone May 9, 2019
map[string]string{},
map[string]interface{}{
"value": 42,
"time": 1551129661.954561233,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a bug, we should be removing the time field when it is used as a timestamp column. I will fix this in a separate pr for 1.11.

@danielnelson danielnelson merged commit e52f705 into master May 14, 2019
@danielnelson danielnelson deleted the fix-csv-float-timestamp branch May 14, 2019 18:29
danielnelson added a commit that referenced this pull request May 14, 2019
hwaastad pushed a commit to hwaastad/telegraf that referenced this pull request Jun 13, 2019
bitcharmer pushed a commit to bitcharmer/telegraf that referenced this pull request Oct 18, 2019
athoune pushed a commit to bearstech/telegraf that referenced this pull request Apr 17, 2020
idohalevi pushed a commit to idohalevi/telegraf that referenced this pull request Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem parsing timestamps in CSV parser
2 participants