Skip to content

Releases: prometheus/prom2json

1.2.0 / 2019-05-17

17 May 08:50
v1.2.0
31ecbf0

Choose a tag to compare

Breaking changes

Users of the prom2json package have to take into account that the interface
of FetchMetricFamilies has changed (to allow the bugfix below). For users of
the command-line tool prom2json, this is just an internal change without any
external visibility.

Changes

  • [FEATURE] Support timestamps.
  • [BUGFIX] Do not create a new Transport for each call of FetchMetricFamilies.

1.1.0 / 2018-12-09

09 Dec 22:35

Choose a tag to compare

  • [FEATURE] Allow reading from STDIN and file (in addition to URL).
  • [ENHANCEMENT] Support Go modules for dependency management.
  • [ENHANCEMENT] Update dependencies.

1.0.0 / 2018-10-20

23 Oct 15:11
c650a16

Choose a tag to compare

Initial release.