offa
offa
Support for epoch timestamps with precision ([docs](https://docs.influxdata.com/influxdb/v2/reference/api/influxdb-1x/query/#epoch)). Related: #86 https://github.com/offa/influxdb-cxx/discussions/230
Marked for removal in v0.8.0: #### Methods - [x] `InfluxDB::flushBuffer()` — #249 - [x] `Point::toLineProtocol()` — #228 - [x] `Point::getCurrentTimestamp()` — #228 - [x] `InfluxDBException::InfluxDBException(const std::string&, const std::string&)` — #249...
With #216 there's a new API to handle Proxies for HTTP only.
Review the documentation API docs and improve if necessary. Related: #188
Replace Include Guards with `#pragma once`. While not standardized it's widely supported and less prone to errors.
InfluxDB v1.8 supports v2.x forward compatibility: https://docs.influxdata.com/influxdb/v1.8/tools/api/#influxdb-20-api-compatibility-endpoints - [ ] Do non-http transport support this? - [x] #90
Redesign the tags and fields API of `Point`. - [ ] Introduce type (or typedef) for Tag and Field sets - [ ] Replace `Point::getTags()` return type _(deprecate in previous...
_:warning: This PR is for discussion only (#185. #184)._ As mentioned in it looks promising to chunk large UDP packets within UDP class itself. This is just a Poc, far...
Add to transport docs: - InfluxDB version support (v1 / v2) - Authentication supported - TCP isn't supported by InfluxDB, but other databases