graph-explorer icon indicating copy to clipboard operation
graph-explorer copied to clipboard

A graphite dashboard powered by structured metrics

Results 30 graph-explorer issues
Sort by recently updated
recently updated
newest added

Aug 10 14:28:55 video [service_variant=lms][celery.worker.consumer][env:sandbox] ERROR [video 10346] [consumer.py:364] - consumer: Cannot connect to amqp://celery:*[email protected]:5672//: [Errno 111] Connection refused. Trying again in 32.00 seconds... Aug 10 14:29:01 video [service_variant=lms][urllib3.connectionpool][env:sandbox] INFO...

Hi, I am seeing a 401 error when the browser is trying to send a POST request to `/render`. There is no authorization header being sent when making the request...

Collectd 5.x graphite_writer plugin produces metrics like: collectd.host-1.memory.memory-buffered collectd.host-1.df-root.df_complex-reserved collectd.host-1.disk-dm-0.disk_octets.write Original regexps doesn't match such metrics.

This is a "first thing that works" implementation for a query `percent by ` as discussed in #121 which will result in graph targets roughly meaning (for `percent by tag2`):...

It would be nice if GE could assist more in composing a query. I think a big help here would be ES facets or whatever they're called. Basically whenever you...

Would it be possible to use Logstash in place of Anthracite? They appear to serve very similar functions. Both are storing event data although admittedly logstash is more oriented towards...

Hello, For some reason the queries made by Graph Explorer to the Elasticsearch seem to fail. I have tried installing GE both from PyPI with pip and from latest source...

basically get metrics.json from multiple locations, and use one of the locations to query to (and graphite automatically distributes the targets when querying)

Quite often we want to display a graph in the context of a total. e.g. percentage of 404 responses out of all responses. A stacked graph achieves this visually but...

At the moment the application tries in a loop to aquire the socket. Since inside runlevel script I need feedback if startup of the run_graph_explorer.py was successful or not. So...