influxdb-client-php
influxdb-client-php copied to clipboard
docs: added missing Client Options
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 testcompletes successfully - [x] Commit messages are conventional
- [x] Sign CLA (if not already signed)