1.2.0 / 2019-05-17
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
.