prom2jsonrs 0.1.0

A utility to parse promethues data as json
Documentation

prom2jsonrs

A (very) simple utility to parse promethues data as json. Inspired from the Golang tool prom2json

Example Usage

prom2jsonrs http://localhost:9090/metrics  | jq

TODO's

  • Better error handling
  • Add support for specifying options for the http(s) request