hi. if i am not mistaken guys at influxdb took over surgeMQ. is this correct?
nd__ joined the channel
Sharebear joined the channel
anybody
?
I would just really like to know what are plans with this product. On Github page there is written that project should be considered unstable until further notice.
phendryx has quit
phendryx joined the channel
ClearC2 joined the channel
disasm has quit
temmi_hoo has quit
nickc joined the channel
disasm joined the channel
sztanpet
wait for a blog post
nd__ has quit
nd__ joined the channel
kostasb joined the channel
kostasb has quit
nd__ has quit
edvorg joined the channel
nd__ joined the channel
kostasb joined the channel
oliv_home joined the channel
lifeforce4 has quit
namra joined the channel
makaveli0227TL joined the channel
ClearC2 joined the channel
temmi_hoo joined the channel
Sharebear has quit
Sharebear joined the channel
namra has quit
dwiesner has quit
M-robswain has quit
edvorg joined the channel
M-robswain joined the channel
Sharebear joined the channel
ClearC2 joined the channel
makaveli0227TL joined the channel
ClearC2 has quit
kostasb has quit
lifeofguenter has quit
lifeofguenter joined the channel
kostasb joined the channel
aviau has quit
aviau joined the channel
guhcampos joined the channel
makaveli0227TL joined the channel
makaveli0227TL has quit
gabriel__ joined the channel
gabriel__ is now known as ghounds
ClearC2 joined the channel
ClearC2 has quit
twainwek joined the channel
twainwek
i have a measurement sampled at 1/30 minutes stored in influxdb. I just noticed that when i do a query for MEAN(...) GROUP BY(3600s), i get 'null' from july 1st through july 4th. other dates seem ok so far. I have verified that the data is written to the db. any ideas?
mohae joined the channel
GiLgAmEzH joined the channel
rhys joined the channel
guhcampos[away] has quit
einnjo joined the channel
Xevian_ joined the channel
Xevian_ has quit
ghounds has quit
ghounds joined the channel
makaveli0227TL joined the channel
nefilim joined the channel
andi- joined the channel
guhcampos joined the channel
einnjo joined the channel
ClearC2 joined the channel
andi-
hi, I'm currently throwing data in my influxdb to keep track of customers in each geographic area. With a dataset like customer,country=XX,region=XX,service=F00,subscriberid=bar subscribed=True (slightly modified from the rela thing). I query them like SELECT count("subscribed") FROM ... WHERE $timefoo GROUP BY time(6h), "country" .. ever now and then (every couple of hours) the value spikes up and is
almost double the amount.. I've been feeding data in every 60 seconds without duplicates.. I'm not sure where those extreme numbers come from every now and then.. Any idea?
Matthi joined the channel
productiondba joined the channel
ClearC2 joined the channel
Matthi has quit
Tenhi joined the channel
ClearC2 has quit
Parsedata joined the channel
Parsedata
help
Parsedata has quit
esn joined the channel
GiLgAmEzH joined the channel
renlo joined the channel
dwiesner joined the channel
predguard joined the channel
tomaz__ joined the channel
predguard has quit
ghounds has quit
renlo has quit
GiLgAmEzH has quit
GiLgAmEzH joined the channel
GiLgAmEzH has quit
heydrick joined the channel
GiLgAmEzH joined the channel
predguard joined the channel
kostasb has quit
kostasb joined the channel
acidrainfall joined the channel
GiLgAmEzH joined the channel
kostasb has quit
GiLgAmEzH joined the channel
renlo joined the channel
einnjo joined the channel
ghounds joined the channel
GiLgAmEzH joined the channel
GiLgAmEzH joined the channel
makaveli0227TL joined the channel
GiLgAmEzH joined the channel
makaveli0227TL joined the channel
acidrainfall joined the channel
GiLgAmEzH has quit
GiLgAmEzH joined the channel
predguard has quit
renlo has quit
ghounds has quit
renlo joined the channel
nd__ joined the channel
ghounds joined the channel
selby joined the channel
renlo has quit
makaveli0227TL joined the channel
pprkut joined the channel
renlo joined the channel
aliljet joined the channel
aliljet
hey, I was wondering how the syntax works for something wehre I'm selecting a percentage (success/(success+failures)) and I want to aggregate a mean of those percentages?
(the exact thing I'm trying to debug is this: SELECT mean((tp_success/(tp_success+tp_failure))*100) FROM "report.teleport_user_log" WHERE $timeFilter GROUP BY time($interval) )
in particular, the mean aggregate function that I'm playing with doesn't enjoy the fact that I'm trying to do some math inside the function -- but the math itself without the mean funciton works fine