Riccardo Serafini

Results 8 comments of Riccardo Serafini

i need this feature :smile:

I would be happy it Daphne would include such prometheus exporter

same here, it was working last month and now i have error 1000.

It would be nice to have this!

Would be nice to have ☺️

``` url = 'http://www.ingress.com/jsc/gen_dashboard.js' http = urllib3.PoolManager() response = http.request('GET', 'http://www.ingress.com/jsc/gen_dashboard.js') body = response.data a = re.search(r'c.v="(.*)";e=ud.g', body) version = a.group(1) ```