Top "Influxdb" questions

InfluxDB is an open-source time series, events, and metrics database written in Go, with no external dependencies.

Create grafana dashboards with api

I'm trying to create grafana dashboards from a template with the api from grafana. I use grafana v2.0.2 at the …

influxdb grafana
Max values per tag limit exceeded InfluxDB

I am using java and writing into InfluxDb using batch points. My code is mention below, BatchPoints batchPoints = BatchPoints .database(…

influxdb
How to get CPU usage percentage measured by Collectd in InfluxDB

I'm collecting cpu usage measured in jiffies by Collectd 5.4.0 and then storing the results in InfluxDB 0.9.4. I use the following …

influxdb collectd
How send proper timestamp to influxdb with influxdb-python

I have influxdb database test with measurement: name: mes1 time Amount Buy_order_id Price ---- ------ ------------ ----- 1529832177822 0.02294 132868375 130117.83 I …

python-3.x influxdb influxdb-python
influxdb data/table be downloaded as csv file?

Influxdb is a time series database which stores data and its attributes in the tables, commonly known as measurements. Can …

database csv influxdb
How to use time field in adding metrics data to the influx db?

I am using the following lines of code to add metrics data in influxDB. def add_job_influx_db_metrics(…

python python-2.7 metrics influxdb grafana
Failed to install golang.org/x/crypto/bcrypt

I trying install InfluxDB client. But installation failed. This is my trace: go get -u -v -x github.com/influxdb/…

go influxdb
How to make a choice between OpenTSDB and InfluxDB or other TSDS?

They both are open source distributed time series databases, OpenTSDB for metrics, InfluxDB for metrics and events with no external …

graphite opentsdb influxdb
Change tag value in InfluxDB

I have data being inserted that uses host names. Annoyingly I'm about to change a domain from .lan to .mydomain.…

influxdb
how to get databases list at influxdb in v0.8

how to get all databases use http api from influxdb in v0.8? but I can use this query in v0.9: …

http influxdb