json_exporter/jsonexporter
Thomas Jackson 51e3dc02a3 Add support for parsing additional types (string, null) (#5)
* Add support for parsing additional types (string, null)

With this patch we now support pulling number out of strings (its fairly
common for metrics to use quoted numbers as values) as well as "null" --
which we represent as a NaN.

* Bump minor version
2017-10-06 09:59:28 +09:00
..
collector.go Use private build of nickSardo/jsonpath until the problem fixed in the original 2016-02-08 23:09:02 +09:00
config.go Initial import 2016-02-08 22:55:40 +09:00
init.go Replace codegangsta/cli with urfave/cli 2016-07-12 14:07:27 +09:00
scraper.go Add support for parsing additional types (string, null) (#5) 2017-10-06 09:59:28 +09:00
version.go Add support for parsing additional types (string, null) (#5) 2017-10-06 09:59:28 +09:00