graphite-web
graphite-web copied to clipboard
A highly scalable real-time graphing system
carbon lets me make metrics (and store datapoints) with names involving commas. The webapp can search and display them, too. But when I come to get the data, the render...
See https://github.com/graphite-project/carbon/pull/835 for reasoning
Changes introduced in virtualenv 20.0.x appear to have invalidated the installation documentation. When installing graphite-web in a virtualenv neither the `export PYTHONPATH="/opt/graphite/lib/:/opt/graphite/webapp/"` method, nor the method passing the pip `--install-option`...
This PR will fix a typo error on apache configuration file
**Describe the bug** Doesn't install using pip correctly **To Reproduce** /usr/bin/python3 -m venv /opt/graphite source /opt/graphite/bin/activate pip install graphite-web but no such file or directory: /opt/graphite/webapp/graphite **Expected behavior** Expected the...
**Describe the bug** Source release does not include `webapp/tests/`. **Expected behavior** This makes is not possible to run the test suite when building from the source tarball. **Environment (please complete...
In #2418 it was stated that Graphite project target is small to medium installations. Basically I need a Graphite setup that support **1750 metrics/second** with **real time** dashboard based on...
We have millions of metrics and we looked at tags to see if moving out instance-related nodes from metric names to tags would reduce the number of metrics and consequently...
Description: I am using Grafana along with Graphite for data visualization and monitoring. I have encountered a peculiar behavior involving the asPercent and smartSummarize functions when used with different time...