2022-07-11 07:54:10 +00:00
|
|
|
## 0.5.0 / 2022-07-03
|
|
|
|
|
|
|
|
Breaking Change:
|
|
|
|
|
|
|
|
The exporter config file format has changed. It now supports multiple modules
|
|
|
|
to scrape different endpoints.
|
|
|
|
|
|
|
|
* [FEATURE] Support custom valuetype #145
|
|
|
|
* [FEATURE] Support modules configuration #146
|
|
|
|
* [FEATURE] Accept non-2xx HTTP status #161
|
|
|
|
|
2022-01-18 05:46:03 +00:00
|
|
|
## 0.4.0 / 2022-01-15
|
|
|
|
|
|
|
|
* [FEATURE] Add support for HTTP POST body content #123
|
|
|
|
|
2021-02-14 02:08:08 +00:00
|
|
|
## 0.3.0 / 2021-02-12
|
2021-02-10 12:58:19 +00:00
|
|
|
|
|
|
|
:warning: Backward incompatible configuration with previous versions.
|
|
|
|
* [CHANGE] Migrate JSONPath library [#74](https://github.com/prometheus-community/json_exporter/pull/74)
|
|
|
|
* [CHANGE] Add TLS metrics support [#68](https://github.com/prometheus-community/json_exporter/pull/68)
|
|
|
|
|
2020-11-03 17:03:41 +00:00
|
|
|
## 0.2.0 / 2020-11-03
|
2020-11-02 15:15:54 +00:00
|
|
|
|
2021-02-10 12:58:19 +00:00
|
|
|
* [CHANGE] This release is complete refactoring [#49](https://github.com/prometheus-community/json_exporter/pull/49)
|
|
|
|
* [BUGFIX] Fix unchecked call to io.Copy [#57](https://github.com/prometheus-community/json_exporter/pull/57)
|
2020-11-02 15:15:54 +00:00
|
|
|
|
2020-07-27 08:08:41 +00:00
|
|
|
## 0.1.0 / 2020-07-27
|
|
|
|
|
|
|
|
Initial prometheus-community release.
|