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

feat: use microseconds resolutions for data points #132

Merged
merged 2 commits into from
Jul 14, 2020
Merged

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Jul 13, 2020

Data points uses microseconds from time delta to better precision.

see also influxdata/influxdb-python#811

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • pytest tests completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@bednar bednar added the enhancement New feature or request label Jul 13, 2020
@bednar bednar marked this pull request as ready for review July 13, 2020 09:30
@bednar bednar requested a review from rhajek July 13, 2020 09:30
@bednar bednar changed the title feat: Use microseconds resolutions for data points feat: use microseconds resolutions for data points Jul 13, 2020
@codecov-commenter
Copy link

codecov-commenter commented Jul 13, 2020

Codecov Report

Merging #132 into master will decrease coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
- Coverage   88.93%   88.85%   -0.08%     
==========================================
  Files          23       23              
  Lines        1852     1857       +5     
==========================================
+ Hits         1647     1650       +3     
- Misses        205      207       +2     
Impacted Files Coverage Δ
influxdb_client/client/write/point.py 98.41% <100.00%> (+0.06%) ⬆️
influxdb_client/client/date_utils.py 80.00% <0.00%> (-20.00%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d2472f4...686f206. Read the comment docs.

@bednar bednar merged commit 83b4d0c into master Jul 14, 2020
@bednar bednar deleted the fix/nanoseconds branch July 14, 2020 11:56
@bednar bednar added this to the 1.9.0 milestone Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants