Can a point be updated? Would it simply be overwritten if i write a new point with the same timestamp and sequence?
Civil
mgw: should be. Not sure about sequence, but I think you can ommit sequence number
areski joined the channel
mgw
so you simply can't have but one point for a given time within a series?
i'm thinking about using it as a sort of queue, but I'm not sure how to keep track of what's been processed. My other option would be to use nsq and then only write to influx after the point has been processed.
malfaitc joined the channel
areski has quit
e^ipi
why not use the right tool for the job?
buckaroo joined the channel
rabbit or swift or w/e
nphase joined the channel
nphase has quit
nphase joined the channel
nphase has quit
nphase joined the channel
nphase has quit
benthorben has left the channel
BaNzounet
Hey!
I'm feeding influxdb with cgroups cpu data
"For each container, you will find a pseudo-file cpuacct.stat, containing the CPU usage accumulated by the processes of the containe"
so that number is growing
and the real value is the difference between two data point
how can I create graph for that ?
mgw
BaNzounet: that should be the derivative(), but I can't get it to graph
kylemathews joined the channel
hydrajump has quit
kylemathews has quit
areski joined the channel
jvshahid joined the channel
pauldix joined the channel
mdelnegro has quit
mdelnegro joined the channel
mdelnegro has quit
mdelnegro joined the channel
meson10 joined the channel
clh joined the channel
clh has quit
codyhanson joined the channel
bmhatfield joined the channel
UICTamale joined the channel
clarkh has quit
epokmedia joined the channel
kylemathews joined the channel
mbrochh has left the channel
fujin joined the channel
buckaroo has quit
clarkh joined the channel
clarkh1 joined the channel
msch has quit
clarkh has quit
manytrees has quit
pmbauer has quit
vishh has quit
chavito joined the channel
vzp joined the channel
renchap
mmh, i have a weird behaviour
i am trying the collectd input plugin
i can see data when i run a simple select value from serie order desc limit 20
but when i add where time > now() - 5m, nothing
vzp has quit
clarkh1 has quit
clarkh joined the channel
clarkh1 joined the channel
clarkh has quit
where time > '1970-01-17 00:00:00' and time < '1970-01-18 00:00:00' and i have data
time is meant to be ms, and the collectd input stores seconds
fujin has quit
korya has quit
em-dash joined the channel
fujin joined the channel
jerius has quit
BaNzounet
mgw: it's look like the function to use :)
Still have some problems
I'm now using cadvisor
and influxdb as db
jerius joined the channel
So the data are correctly pushed and everythings
but I don't get how I can create a correct graph of cpu usage for example
I can't do a group by 1s
group by time(1s)
why is that?
vzp joined the channel
meson10 has quit
mgw
BAnsounet: so you got derivative to graph?
BaNzounet
yes
it needs a group by
renchap
jvshahid: ping :)
JahBurn1 joined the channel
pmbauer joined the channel
zorkian joined the channel
zorkian has quit
zorkian joined the channel
zorkian has quit
dgnorton joined the channel
buckaroo joined the channel
dgnorton
renchap, saw your comment on the collectd timestamps. I'll take a look at the traces you have.
solvik
dgnorton: fyi, i got the same behaviour. I hope it'll be something easy to fix :)