I am not understanding the format needed to insert data.
Why doesn't test a=dog,b=0,c=nice work?
On the site, I see that [,=...] =[,=...] is the format to follow.
I…
influxDB timestamps look like this:
2015-01-29T21:55:43.702900257Z
The question is what options should I use for the x-axis when I generate the graph with C3.js
The error I get:
"Failed to parse x '2015-01-29T21:55:43.702900257Z' to Date…
I have been working with tools like grafana or influga, which are fantastic projects which facilitate the creation of dashboards with charts and various type of graphs.
I was wondering, would it be possible to separate the 2 core features of these…
I have a python application running on a virtual machine, were a legacy, and now I'm migrating to a Kubernetes.
I use influxdb==5.2.3 package, connecting to this form Influx(host=r'influx_HOST', port=8086, username='MY_USER', password='***',…
I am trying to check size of db created in influxdb. Where can I find storage folder, or if it is distributed in many places what is the best method to measure size of my db ?
I have created one year policy in InfluxDB and shard group duration was automatically set to 168h.
This is how my retentions look like now:
This is how my shards look like now:
What does it mean for my data that shard's end time is set one week…
I have pretty simple measurement in influxDB and have default time column and two other columns as shown below,
Select * from measurement
gives me this out put.
time component_id jkey
2016-09-27T02:49:17.837587671Z …
I am a newbie to influxdb. I just started to read the influx documentation.
I cant seem to get the equivalent of 'select count(*) from table' to work in influx db.
I have a measurement called cart:
time status cartid …
I have a Spring Boot application running on Cloud Foundry that exposes metrics and health info via the /metrics & /health endpoints respectively. I'd like to post these metrics as a continuous stream to an influxDB user provided service for…
I'm building a one-off smart-home data collection box. It's expected to run on a raspberry-pi-class machine (~1G RAM), handling about 200K data points per day (each a 64-bit int). We've been working with vanilla MySQL, but performance is starting to…
How do I subtract two timeseries in Grafana? Or add two together, divide one by another, etc...? I have found vague hints online about taking differences between timeseries, but nothing that actually tells me how to do so. I'm using Grafana…
I am new to influx DB. Now I need to migrate MySQL db into influxDB. I chose influx DB because it support SQL like queries. But I could not found left join in it. I have a series called statistics which contains browser_id and another series…
I have tseries data that has been stored in influxdb, I would like to serve this data through a web API and therefore are considering Django framework and its REST API framework as a solution.
At the moment, there is no known support for Influxdb on…