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

docs: added missing Client Options

Open tolik518 opened this issue 4 months ago • 2 comments

Proposed Changes

When migrating from the old influxdata/influxdb-php to the new influxdata/influxdb-client-php I noticed that some of the available client options (notably udp options) were missing from the Client Options-table.

This PR adds those missing options. I scanned quickly through the Client.php and also addedtags and it was also missing.

Checklist

  • [x] ~~CHANGELOG.md updated~~ (not applicable)
  • [x] Rebased/mergeable
  • [x] ~~A test has been added if appropriate~~ (not applicable)
  • [x] make test completes successfully
  • [x] Commit messages are conventional
  • [x] Sign CLA (if not already signed)

tolik518 avatar Aug 11 '25 12:08 tolik518