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

different separators for headline and values #13

Closed Knuspel closed 3 years ago

Knuspel commented 3 years ago

In a csv file i would prefer a differentiation between the separated values and the separated headlines. That would make an import into a excel Sheet a lot easier.

Knuspel commented 3 years ago

I found a way to make this happen. In writer.go i chose semi-colons as seperators for fields, which makes the csv instantly readable for Excel.

Knuspel commented 3 years ago

Was closed with merge #14