cyanite icon indicating copy to clipboard operation
cyanite copied to clipboard

cyanite stores your metrics

Results 34 cyanite issues
Sort by recently updated
recently updated
newest added

When zooming graph in Grafana, from day 29 and later, there are no data points returned and see an empty graph. Relative time "Last X days/hours" working fine. Absolute time...

Hello, We are trying Cyanite for the first time in our testing environment with two Cyanite+Graphite API instances (16G RAM, 8 Cores and SSD) and a three node Cassandra cluster...

We have stressed our Cyanite infrastructure to verify what is the tipping point when it will fail. Once we stop the testing it seems like Cyanite gets blocked and only...

We have created a setup of 3 Cassandra nodes in a cluster and two cyanite+graphite-api nodes. We have created all infrastructure with elbs and such and we have added the...

Hello, we are currently trying to evaluate cyanite as a substitute for carbon, but met an exception which is a blocker. We get following stacktrace by querying with curl 'http://127.0.0.1:8080/metrics?path=collectd.myhost.memory.memory.used&from=1509950181&to=1509971781'...

When querying Graphite-API to get multi metrics, it returns only one metric. Example of tcpdump output: ``` # wget -O - 'http://localhost:8066/render?from=-15min&until=now&t**arget=AIO.DIAG.*.cpu.cpu*.usage**&format=csv' --2017-07-23 16:07:03-- http://localhost:8066/render?from=-15min&until=now&target=AIO.DIAG.*.cpu.cpu*.usage&format=csv Resolving localhost... ::1, 127.0.0.1 Connecting...

I have cyanite setup and I send metrics to it using collectd. From a setup perspective everything seems to work. My collectd config is attached. The data in cassandra looks...

Hi there, my metric relay clones traffic into Graphite and Cyanite. Unfortunately Cyanite is always two datapoints behind Graphite. Is there any possibility to speed this up? Engine rule: ```...

As @mpenet noted, we need to use prepared statements rather than the usual ones.

Currently, we're supporting only `?` and `*`. We can add support for `{}` by expanding to multiple series.