I’m having troubles with influxdb… I have disk transfer counter numbers in database and I’m trying to calculate rate with derivative function but it looks like influxdb doesnt calculate it right. It should use the funcition '(v_last - v_first) / (t_last - t_first)', but my case, it forgots to do the second part, so I get the value not devided by time difference…
InfluxDB is 0.9.3
SkyRocknRoll joined the channel
productiondba joined the channel
killfill has quit
productiondba has quit
choudharism joined the channel
choudharism
Can someone tell me exactly how bad are high cardinality tags?
killfill joined the channel
choudharism has quit
Melair joined the channel
areski joined the channel
dadamssg joined the channel
bjornar_ has quit
choudharism joined the channel
dadamssg has quit
descrepes joined the channel
DanielVigueras joined the channel
harobed joined the channel
hillar has quit
kylemathews has quit
zeugene joined the channel
hillar joined the channel
matejz has quit
Melair has quit
matejz joined the channel
SkyRocknRoll has quit
heydrick1 joined the channel
heydrick has quit
zeugene has quit
zeugene joined the channel
zeugene has quit
zeugene joined the channel
zeugene has quit
choudharism has quit
sigurding has quit
sigurding joined the channel
kylemathews joined the channel
kylemathews has quit
matejz has quit
matejz joined the channel
harobed has quit
matejz has quit
matejz joined the channel
heydrick1 has quit
dadamssg joined the channel
dadamssg has quit
Koe joined the channel
zeugene joined the channel
deniszh joined the channel
areski joined the channel
shubhendu joined the channel
shubhendu
Hi All, I am using influxdb 0.9.2 and having a golang client to fetch the data from DB
the client uses the go variation of influxdb client. I have enabled https in influxdb but now not able to fetch the data using the client