are there build instructions for 0.9. i'm having no luck getting it building out of the box using go 1.4 or 1.3
kylemathews joined the channel
heydrick has quit
radiocats joined the channel
radiocats joined the channel
Celm joined the channel
ashokrajar joined the channel
ashokrajar has quit
malfaitc joined the channel
malfaitc has left the channel
malfaitc joined the channel
malfaitc has left the channel
Celm has quit
kakashi__ joined the channel
kakashi__ has quit
ashokrajar joined the channel
ashokrajar has quit
malfaitc joined the channel
charlessartori1 has quit
kakashi__ joined the channel
kylemathews has quit
ashokrajar joined the channel
malfaitc has left the channel
ashokrajar has quit
malfaitc joined the channel
malfaitc has left the channel
sigurding joined the channel
ragge joined the channel
sigurding has quit
sigurding joined the channel
kakashi__ joined the channel
olauzon has quit
chavito has quit
hillar joined the channel
pagios
hi all, how can i make it so that a series doesnt grow indefinetely i want it to store numbers for 1day only
sigurding has quit
sigurding joined the channel
ashokrajar joined the channel
ashokrajar has quit
sigurding has quit
kakashi__ joined the channel
kakashi__ has quit
sigurding joined the channel
ashokrajar joined the channel
ashokrajar has quit
sigurding has quit
krisfremen
pagios: you can set the retention policy to 1 day?
kakashi__ joined the channel
pagios
krisfremen: on series level? how can i do that
emeka joined the channel
krisfremen
pagios: shard spaces?
pagios
krisfremen: i will look into that
krisfremen: any idea if i can set triggers in influx? like when a certain timestamp is reached do something
kakashi__ has quit
krisfremen
you can do something like {"spaces":[{"name":"1day","retentionPolicy":"1d","shardDuration":"1d","regex":"/seriestoekeepfor1d",... }]}
hmm, not that I know of
I haven't explored everything in 0.9, so I can't say for certain for the latest version
but you could I guess make another series to keep track of when was the last time you did a "flush" of older queries
and keep the timestamp that they were deleted up to?
just an idea, haven't done anything like that, I usually rely on the retentionpolicy to delete stuff for me
emeka has quit
ashokrajar joined the channel
sigurding joined the channel
kakashi__ joined the channel
kakashi__ has quit
areski joined the channel
Micromus_ is now known as Micromus
radiocats joined the channel
kakashi__ joined the channel
kakashi__ has quit
sigurding has quit
jrv
InfluxDB 0.9.0 question: I want tag values for each point to actually show up in the query result, not just use tags for filtering in the query. Is that possible?