graphite-api
graphite-api copied to clipboard
Graphite-web, without the interface. Just the rendering HTTP API.
A query with `target=countSeries(currentAbove(collectd.{host0,host1,host2}.our_domain.cephmetrics.gauge.ceph.osd.*.fs_percent_used,80))` is getting a 500 error in response. The query is being issued by a Grafana singlestat panel. I have a few other clusters running the same...
So I'm trying to install graphite API on centos to talk between Graphite and Grafana, all on the same VM. I keep getting the error: Unit graphite-api.service has begun starting...
Hi, I'm currently settings up a graphite cluster, with following architecture: ``` |--------------| | carbon-relay | |--------------| | +-----------------+-----------------+ | | | |--------------| |--------------| |--------------| | host-1 | | host-2...
Can graphite-api be configured to ONLY check remote carbon cache instances? I have an architecture where I'd like to put graphite-api on two boxes, which only then reach out to...
Actually it's a continuation of https://github.com/brutasse/graphite-api/issues/148. I spent some time trying to make it up and running on Windows, no luck yet. (And you were right there are some difficulties...
The docker image was updated a month ago as stated here: https://hub.docker.com/r/brutasse/graphite-api/~/dockerfile/ But when I install it and look at the file `/usr/local/lib/python2.7/dist-packages/graphite_api/functions.py` inside the container, I see that it...
This change would allow single and double quotes both escaped and unescaped in metric targets, with the goal of more closely matching the behavior of graphite-web, which allows both. Not...
Hi In our production we store metrics through several graphite-storages (actually they are go-caron). Now we decide switch from graphite-web to graphite-api, but we cannot setup graphite api for working...
Hi all, I have a series which renders fine, and all other holtwinters functions work fine (see https://snapshot.raintank.io/dashboard/snapshot/fXMjSfEzZd4dwC0mO7LNTDM5CR3R1x7N) but When I use `holtWintersAbberation(,3)` (or pass 1 or 2 as arg,...
It appears to me that the render test does not include test for retrieving data with future time stamp. I didn't have time to read the source code. Does somewhere...