You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2020. It is now read-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 data source the graphite-api elb in grafana. Everything is connected and all flows are opened. But there is one problem when trying to build dashboards.
We are trying to get multiple metrics visible on the same dashboard in grafana. While we can see data from each metric individually, when asking for more metrics, we receive only one:
So basically we query for disk.xvda1.disk_octets.read and load.load.shortterm and we receive only disk_octets.read. This issue is blocking us from making complex dashboards with multiple metrics.
We have tried also with curl and we get the same behavior:
curl -X POST https://X/render --data ‘target=servers.X.disk.xvda1.disk_octets.read&target=servers.X.load.load.shortterm&from=-1h&until=now&format=json&maxDataPoints=1311’
How can we fix this issue? (we are using Graphite-Api 1.1.2, latest cyanite version and grafana 4.6.x)
Note that I have replaced our node name with X
The text was updated successfully, but these errors were encountered:
I have compiled the project after this commit #265 and it seems that now we can see data but the log file of cyanite is spamming with the following message:
INFO [2017-12-07 13:11:24,242] cyanite-snapshot - io.cyanite.engine.writer starting snapshot.
INFO [2017-12-07 13:11:25,243] cyanite-snapshot - io.cyanite.engine.writer starting snapshot.
INFO [2017-12-07 13:11:26,242] cyanite-snapshot - io.cyanite.engine.writer starting snapshot.
INFO [2017-12-07 13:11:27,243] cyanite-snapshot - io.cyanite.engine.writer starting snapshot.
INFO [2017-12-07 13:11:28,242] cyanite-snapshot - io.cyanite.engine.writer starting snapshot.
INFO [2017-12-07 13:11:29,242] cyanite-snapshot - io.cyanite.engine.writer starting snapshot.
INFO [2017-12-07 13:11:30,243] cyanite-snapshot - io.cyanite.engine.writer starting snapshot.
INFO [2017-12-07 13:11:31,243] cyanite-snapshot - io.cyanite.engine.writer starting snapshot.
INFO [2017-12-07 13:11:32,243] cyanite-snapshot - io.cyanite.engine.writer starting snapshot.
INFO [2017-12-07 13:11:33,243] cyanite-snapshot - io.cyanite.engine.writer starting snapshot.
INFO [2017-12-07 13:11:34,243] cyanite-snapshot - io.cyanite.engine.writer starting snapshot.
It also seems like we are loosing data somehow. We are still debugging
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 data source the graphite-api elb in grafana. Everything is connected and all flows are opened. But there is one problem when trying to build dashboards.
We are trying to get multiple metrics visible on the same dashboard in grafana. While we can see data from each metric individually, when asking for more metrics, we receive only one:
So basically we query for disk.xvda1.disk_octets.read and load.load.shortterm and we receive only disk_octets.read. This issue is blocking us from making complex dashboards with multiple metrics.
We have tried also with curl and we get the same behavior:
How can we fix this issue? (we are using Graphite-Api 1.1.2, latest cyanite version and grafana 4.6.x)
Note that I have replaced our node name with X
The text was updated successfully, but these errors were encountered: