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

Use url.Join to create the API URL. #9

Closed jelmer closed 4 years ago

jelmer commented 4 years ago

Use url.Join to create the API URL.

This prevnets stripping of any existing subpaths specified in --prometheus.

Fixes #8

metalmatze commented 4 years ago

thanks!