influxdata / influxdb-client-php

InfluxDB (v2+) Client Library for PHP
https://influxdata.github.io/influxdb-client-php/
MIT License
150 stars 47 forks source link

feat: add a ping() API to check status of OSS and Cloud instance #97

Closed bednar closed 3 years ago

bednar commented 3 years ago

Proposed Changes

Added a ping() API to check status of OSS and Cloud instance.

Checklist

codecov-commenter commented 3 years ago

Codecov Report

Merging #97 (6e5ef37) into master (834fc2d) will increase coverage by 0.19%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #97      +/-   ##
============================================
+ Coverage     81.88%   82.07%   +0.19%     
- Complexity      379      380       +1     
============================================
  Files            23       23              
  Lines           900      904       +4     
============================================
+ Hits            737      742       +5     
+ Misses          163      162       -1     
Impacted Files Coverage Δ
src/InfluxDB2/Client.php 94.44% <100.00%> (+0.69%) :arrow_up:
src/InfluxDB2/HeaderSelector.php 73.91% <0.00%> (+4.34%) :arrow_up:

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 834fc2d...6e5ef37. Read the comment docs.