styx
styx copied to clipboard
Export Data from Prometheus to csv, gnuplot & matplotlib
Added flag --step, which is the step size in seconds. This will generate a line every step seconds. Not specifying a step size, or supplying a step size of 0...
In my tests of styx I have only been able to get 255 csv entries into a single file. Is that a limitation of me as a user or a...
Error: didn't return 200 OK but 422 Unprocessable Entity while running for large number of metrics
Its throwing error if I try to export metrics which are more then 400 thousands. : ``` 2020/05/06 00:38:50 didn't return 200 OK but 422 Unprocessable Entity: http://host.prom.com:32322/api/v1/query_range?end=1588739921&query=systemcalls%7Bevtnum+%21%3D+%227000%22%7D&start=1588736321&step=14 0 ```
The global flag --prometheus appears to be ignored if it is specified before the "gnuplot" command. However, no error is given. % ~/go/bin/styx --prometheus http://somehostname:9090/prometheus/ gnuplot merge_proposal_count 2020/01/02 17:25:21 Get...
Okay, I got styx to build on both a new Linux VM and Windows VM. Why am I getting this error though on both platforms when I try to query...
When using `styx gnuplot`, the CSV data is separated by `;`, but the gnuplot file says set datafile separator ','