ChronixDB / chronix.server

The Chronix Server implementation that is based on Apache Solr.
Apache License 2.0
263 stars 29 forks source link

Wall clock to set the server timestamp on reported measurements. #73

Closed FlorianLautenschlager closed 6 years ago

FlorianLautenschlager commented 8 years ago

Currently Chronix expects pairs of timestamp and value. With a wall clock we can send the values without a timestamp as Chronix adds the current server time on the values. See how InfluxDB does this.

FlorianLautenschlager commented 7 years ago

Is required for #57 when sending single points.