-
code:
```
InfluxDB influxDB = myInfluxDB.getInfluxDB();
String command="select * from hour.cup";
Query query = new Query(command,myInfluxDB.getDatabase());
influxDB.query(query,100,queryResult ->…
-
Hello respected development engineers, I am a Java development engineer from China I highly approve of the Influxdb database, but in the software industry, there is no best, only better Considering th…
-
Hi,
First of all I want to thank you for all the hard work to create this worldmap panel.
I'm using Grafana 7.2.1 and InluxDB 2.0 cloud as datasource.
I've got an issue when multiple measuremen…
-
Hi, we are trying to enable higher logging level for our container-images (go version) of prebid-server but all we got in logs is
initial servers start at :8000 and :6060 ports (it is always last tw…
-
It artificially creates different times series, is there a rationale for this ?
-
Hi!
I try to get the library running on an RPi 3b+ with the 64bit OS headless. The board I am using is the waveshare board with SX1262 via SPI and GPS via serial.
When I compare the version if …
-
I need to find out the time of last data saved in just a specific measurement(without any important tag or field option). Find [this link ](https://stackoverflow.com/questions/41377415/query-the-most-…
-
> Als optional mögliche Anzeige in Solectrus wäre es toll, wenn auch der Ladestand des E-Autos mit angezeigt wird.
https://github.com/orgs/solectrus/discussions/2865#discussioncomment-8651945
-
### Bug report
__System info:__ InfluxDB version: 1.1; OS: Raspbian Lite on RPi 3
__Steps to reproduce:__
1. Send HTTP/1.0 POST-request with line protocol in request body to the /write endp…
-
From the settings I believe this is not InfluxDB 2 compatible?
Could you add settings for InfluxDB 2 (bucket, token...)
Thanks