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

Added synchronous blocking API to Write time-series data into InfluxDB 2.0 #42

Merged
merged 4 commits into from
Jul 16, 2019

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Jul 16, 2019

Closes #41 #7

Added synchronous blocking API to Write time-series data into InfluxDB 2.0

  • CHANGELOG.md updated
  • Rebased/mergeable
  • Tests pass
  • Sign CLA (if not already signed)

@bednar bednar added the enhancement New feature or request label Jul 16, 2019
@bednar bednar added this to the 1.0.0.M2 milestone Jul 16, 2019
@bednar bednar self-assigned this Jul 16, 2019
@codecov-io
Copy link

codecov-io commented Jul 16, 2019

Codecov Report

Merging #42 into master will increase coverage by 0.11%.
The diff coverage is 98.83%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #42      +/-   ##
===========================================
+ Coverage     91.98%   92.1%   +0.11%     
  Complexity      606     606              
===========================================
  Files           129     130       +1     
  Lines          4594    4672      +78     
  Branches        183     183              
===========================================
+ Hits           4226    4303      +77     
  Misses          297     297              
- Partials         71      72       +1
Impacted Files Coverage Δ Complexity Δ
...nfluxdata/client/internal/AbstractWriteClient.java 91.12% <100%> (+0.1%) 0 <0> (ø) ⬇️
...influxdata/client/internal/InfluxDBClientImpl.java 100% <100%> (ø) 0 <0> (ø) ⬇️
...a/org/influxdata/client/internal/WriteApiImpl.java 100% <100%> (ø) 0 <0> (ø) ⬇️
...client/reactive/internal/WriteReactiveApiImpl.java 100% <100%> (ø) 0 <0> (ø) ⬇️
...fluxdata/client/internal/WriteApiBlockingImpl.java 98.63% <98.63%> (ø) 0 <0> (?)

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 e8ad529...437d719. Read the comment docs.

@bednar bednar merged commit ea99660 into master Jul 16, 2019
@bednar bednar deleted the write-api-blocking branch July 16, 2019 10:24
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.

Add synchronous blocking API to Write time-series data into InfluxDB 2.0
2 participants