i need to proxy chronograf... seems not to be possible to mount it at a different location than /
isaacpm
I'm trying to get a query that selects an average and aggregates by a field, but want to get only averages less than a certain value
f0s0
looking for a directive such as "basepath" in config.toml
isaacpm
any idea how can I do that?
lesh has left the channel
Matthi joined the channel
sigurding has quit
f0s0 has quit
Melair has quit
sigurding joined the channel
gstarck joined the channel
hillar has quit
hillar joined the channel
f0s0 joined the channel
Melair joined the channel
areski joined the channel
radiocats joined the channel
radiocats joined the channel
Hounddog joined the channel
nixie has quit
nixie joined the channel
scyth joined the channel
nixie has quit
nixie joined the channel
gstarck has quit
pauldix joined the channel
nixie has quit
nixie joined the channel
Hounddog has quit
pauldix has quit
GiLgAmEzH joined the channel
f0s0 has quit
dancleinmark joined the channel
f0s0 joined the channel
SkyRocknRoll joined the channel
pauldix joined the channel
pauldix has quit
pauldix joined the channel
wyu joined the channel
RenokK_ joined the channel
RenokK_
Anyone else here encountered this problem before? crypto/tls: failed to parse key PEM data
makaveli0227TL joined the channel
makaveli0227TL joined the channel
edrocks joined the channel
hillar has quit
foxxx0 is now known as schnuppi
schnuppi is now known as foxxx0
jjmalina joined the channel
UICTamale joined the channel
SkyRocknRoll joined the channel
SkyRocknRoll_ joined the channel
spuder joined the channel
Melair has quit
productiondba joined the channel
Melair joined the channel
radiocats joined the channel
mathpay joined the channel
Melair has quit
bmhatfield joined the channel
cheetah has quit
spuder joined the channel
gunnar joined the channel
nefilim joined the channel
gstarck joined the channel
acidrainfall joined the channel
gunnar has quit
stevednd joined the channel
isaacpm has quit
zeus joined the channel
stevednd
is there any way to create a retention policy to reduce measurement time precision older than a certain time? By this I mean, say I collect a data point every minute. Is there any "relatively" easy way to say data older than 3 months, delete all datapoints except 1 per hour?
sztanpet
look at continuous queries if you want to downsample
cheetah joined the channel
stevednd
sztanpet: thanks. It looks like the queries would need to write to a specially prefixed series and use different shards to avoid deletion in a regular policy?
sztanpet
of course
stevednd
it seems like that would also make it difficult to display the data in the same chart as the main data. I was hoping to be able to just graph it all together as one continuous line