Dan Cech
Dan Cech
The biggest thing missing in Grafana today is a tree-style explorer for finding metrics, but if that can be added then I think it makes sense.
imho the fact that the resulting series have no tags should be considered a bug, and I agree that we should propagate tags in roughly the same way as we...
I've been thinking along the same lines @deniszh and had some good discussions with @Dieterbe, I just wish I had more time to dedicate to the project. The biggest thing...
The problem with this fix is that the intent of the function is to sanitize the key name to make it graphite-safe if it wasn't already sanitized due to global...
In the meantime you can import the dashboard from grafana.com directly into grafana (which will give you the opportunity to specify the datasource it should use), then import it into...
I like this idea, the biggest hurdle for new users imho is how complicated it is to get set up so anything we can do to streamline things is great!...
I saw the same thing where the from/until timestamps get moved by 1s when I was looking at the code earlier. Removing that breaks all the existing tests but I'm...
Digging into the history, the rounding up was added in 2 commits in 2008: https://github.com/graphite-project/graphite-web/commit/67ca08bd1b51faebc7645e76f5ce117a2b6adf9a#diff-2f03c6086d3709175640ecb480559814R446 https://github.com/graphite-project/graphite-web/commit/c55a869da3a728fc42fbd6fb7b212e92d986ae03#diff-2f03c6086d3709175640ecb480559814R451 Unfortunately there isn't any context about the reasoning for it, and it looks like...
- crng should have the option to negotiate protocol settings (concurrency, batch sizes, etc) with tsdb-gw - crng should have the ability to publish internal metrics to a dedicated endpoint...