Skip to content

Instantly share code, notes, and snippets.

View adeverteuil's full-sized avatar

Alexandre de Verteuil adeverteuil

View GitHub Profile
@adeverteuil
adeverteuil / walk_tree.py
Last active November 8, 2019 19:12 — forked from woodsaj/walk_tree.py
Walk graphite metrics tree from specified prefix
#!/usr/bin/python
import requests
import json
import argparse
from Queue import Queue
from threading import Thread, Lock
import sys
import unicodedata