graphite-api icon indicating copy to clipboard operation
graphite-api copied to clipboard

Graphite-web, without the interface. Just the rendering HTTP API.

Results 49 graphite-api issues
Sort by recently updated
recently updated
newest added

I've read that graphite can be used to provide information from existing rrd files by simply linking them to the appropriate directory. Am I right in assuming that this is...

How do I disable debug logs? I'm using https://hub.docker.com/r/brutasse/graphite-api/ to run graphite-api. There is a log file on the host machine that flooding with messages like this: ``` {"log":"{\"metric\": \"bot.production.srv0.meter.site.recipe.parser_failed.one\",...

Implements graphite-web endpoints for tags: https://github.com/graphite-project/graphite-web/blob/4a27e48e584e768aefec30f169bbb2a097fe3196/webapp/graphite/tags/urls.py#L18

Hi, I'm using graphite-api 1.1.3 from EPEL. It appears the "noNullPoints" parameter isn't working. If I make a request like the following, there are still lots of 'null' datapoints in...

Hi, running into an weird problem. I am collecting data with collectd and push it to graphite-api which has graphite-carbon as backend. Works wonderful for all metrics, except for this...

I installed graphite-api 1.1.2 using `sudo apt-get install graphite-api` The installed version was verified using ``` $ sudo dpkg -s graphite-api Package: graphite-api Status: install ok installed Priority: extra Section:...

Support maxDataPoints=auto like graphite it does

While I was doing code analysis, I found that variables already defined in grammar.py were duplicated.

This is a cause of confusion when you request 'diff(foo, bar)', but the legend says 'diff(bar, foo)'