go-pluto / styx

Export Data from Prometheus to csv, gnuplot & matplotlib
https://speakerdeck.com/metalmatze/prometheus-styx
MIT License
99 stars 24 forks source link

styx don‘t work #4

Closed donydex closed 5 years ago

donydex commented 5 years ago

I run this command

styx -d 2m 'go_goroutines'

image

My promethus works right. I can get the data by wget. image

and it dont work just stop there and dont give any response.

This is the htop result:

image

metalmatze commented 5 years ago

It works for me like that when I port-forward Prometheus to localhost:9090. You might need to adjust the --prometheus flag to point to something else than http://localhost:9090.

donydex commented 5 years ago

Thanks!It works!