flask-graphite
flask-graphite copied to clipboard
Try to instantiate the client at each request if it's not done yet
Following #1 and its quick fix, we can end up in a situation where we try to use app.graphite but it doesn't exist. We should handle this and try to connect as long as we don't have a proper client.