influxdb-client-php icon indicating copy to clipboard operation
influxdb-client-php copied to clipboard

InfluxDB (v2+) Client Library for PHP

Results 12 influxdb-client-php issues
Sort by recently updated
recently updated
newest added

Closes #120 ## Proposed Changes Uses https://www.php-fig.org/psr/psr-7/ as a `HTTP` client instead strong depends to `Guzzle`. ## Checklist - [ ] CHANGELOG.md updated - [x] Rebased/mergeable - [x] A test...

__Proposal:__ When working on projects that use many different external APIs, depending on a concrete version of one http library can become a problem. It would help a lot if...

enhancement

__Steps to reproduce:__ List the minimal actions needed to reproduce the behavior. 1. I runed this command: composer require influxdata/influxdb-client-php guzzlehttp/guzzle 2. I got this ![图片](https://github.com/influxdata/influxdb-client-php/assets/9495197/3b2eece5-3600-4f62-93ed-03433b8e182a) __Expected behavior:__ Please help...

__Proposal:__ Would it be possible to add support for the "old-style" InfluxQL queries? __Current behavior:__ I am testing the following query: `SELECT count/518400 from (SELECT count("status") FROM "system" WHERE status...

Hello, I want to use Guzzle Http Client (guzzlehttp/guzzle: 6.5.8) with Influxdb Client 3.4.0 so I've done the followings: 1. `composer require influxdata/influxdb-client-php guzzlehttp/guzzle` 2. and create a client with:...

wontfix

Closes [#149](https://github.com/influxdata/influxdb-client-php/issues/149) ## Proposed Changes toLineProtocol() will throw an exception if no field is provided. This prevents the data from being silently converted to null and discarded, thereby providing the...

__Proposal:__ Introduce a distinct exception for attempts to write a Point without a field. This would facilitate debugging, accelerate the learning curve for InfluxDB's key concepts, and provide a transparent...

Closes # ## Proposed Changes _Briefly describe your proposed changes:_ ## Checklist - [x] CHANGELOG.md updated - [x] Rebased/mergeable - [x] A test has been added if appropriate - [x]...

__Steps to reproduce:__ List the minimal actions needed to reproduce the behavior. 1. Create an influx client with custom httpClient which has some "default" headers set. 2. Get for example...