graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #04207
[Question #231497]: Removing "render" from url does not work with summarize function
New question #231497 on Graphite:
https://answers.launchpad.net/graphite/+question/231497
A common use case for us is to have rendered images on webpages that users can copy and paste into a browser, remove the “render/” from the url, and get to the metric in Graphite where it can be analyzed interactively. It always works fine, except when the summarize function is involved. For example:
Moving average works. It takes you to the metric in graphite when the "render" is removed:
With render: http://graphite.x.com/render/?target=movingAverage%28metric.count%2C7%29
Without render: http://graphite.x.com/?target=movingAverage%28metric.count%2C7%29
Summarize does not work. When you remove "render", it takes you to graphite, but the display simply says "No Data":
With render: http://graphite.x.com/render/?target=summarize%28metric.count%2C%221d%22%29
Without render: http://graphite.x.com/?target=summarize%28metric.count%2C%221d%22%29
Any idea why this behavior doesn't work in this case?
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.