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

Set default value for `start`-Flag #19

Closed fossdd closed 8 months ago

fossdd commented 9 months ago

Default value of the start-Flag is at: Now minus an hour.

So that with default flags, styx calculates the graph of the last hour.

The default value for this flag was missing, so that styx didn't know the start value and throws a SIGSEGV.

Closes #17