prometheus-act-exporter/CHANGELOG.md

84 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2018-06-07 05:35:09 +00:00
# CHANGELOG
2021-08-12 04:41:24 +00:00
# 3.0.1
## Changed
- Puppeteer update
2021-07-03 17:34:24 +00:00
# 3.0.0
2021-08-12 04:41:24 +00:00
## Changed
2021-07-03 17:34:24 +00:00
- Dependency updates
- Changed timeout to 5 seconds for page load (was set to default of 30 seconds)
- Adds caching so it returns the last best response instead of a 500
2021-08-12 04:41:24 +00:00
## Fixed
2021-07-03 17:34:24 +00:00
- Breaking API Change: Returned promise now works better by throwing errors in case of failures (instead of returning null)
2021-04-12 15:24:25 +00:00
# 2.0.13
2021-08-12 04:41:24 +00:00
## Changed
2021-04-12 15:24:25 +00:00
- Dependency updates
2020-10-31 15:27:50 +00:00
# 2.0.12
2021-08-12 04:41:24 +00:00
## Changed
2020-10-31 15:27:50 +00:00
- Dependency updates
2020-09-02 18:21:18 +00:00
# 2.0.11
2021-08-12 04:41:24 +00:00
## Changed
2020-09-02 18:21:18 +00:00
- Dependency updates
# 2.0.9
2021-08-12 04:41:24 +00:00
## Changed
- Bumps puppeteer to 3.0.1
2019-09-14 13:04:15 +00:00
# 2.0.0
2021-08-12 04:41:24 +00:00
## Changed
2019-09-14 13:04:15 +00:00
- Bumps puppeteer to `1.20.0`
2019-06-26 12:29:07 +00:00
# 2.0.7
2021-08-12 04:41:24 +00:00
## Changed
2019-06-26 12:29:07 +00:00
- Bumps puppeteer to `1.18.0`
2019-06-16 14:37:13 +00:00
# 2.0.6
2021-08-12 04:41:24 +00:00
## Changed
2019-06-16 14:37:13 +00:00
- Dependency updates and Docker fixes
2019-05-26 10:12:00 +00:00
# 2.0.5
2021-08-12 04:41:24 +00:00
## Changed
2019-05-26 10:12:00 +00:00
- Upgrade puppeteer to 1.17.0
2019-05-24 19:50:49 +00:00
# 2.0.4
2021-08-12 04:41:24 +00:00
## Changed
2019-05-24 19:50:49 +00:00
- Upgrade puppeteer to 1.16.0
2019-05-12 16:10:22 +00:00
# 2.0.3
2021-08-12 04:41:24 +00:00
## Changed
2019-05-12 16:10:22 +00:00
- Upgrade puppeteer to 1.15.0
- Switches docker base image from `alekzonder/puppeteer` to `schliflo/docker-puppeteer` since the former is unmaintained
# 2.0.2
2021-08-12 04:41:24 +00:00
## Changed
2019-05-12 16:10:22 +00:00
- Upgrade puppeteer to 1.8.0
2018-06-30 21:58:25 +00:00
# 2.0.0-beta
2021-08-12 04:41:24 +00:00
## Changed
2019-05-12 16:10:22 +00:00
- Adds support for Flexibytes and aggregate metrics
- Standardized Prometheus formatting to support 3 categories: `live/flexibytes/aggregate`
- Added standard [schema labels](http://label-schema.org/) in Dockerfile
- Upgraded puppeteer to 1.5.0
- Changed return format of `.getUsage()` method
2018-06-30 21:58:25 +00:00
2018-06-07 05:35:09 +00:00
# 1.0.2
2021-08-12 04:41:24 +00:00
## Changed
2019-05-12 16:10:22 +00:00
- Switches to bytes as the unit in the metrics endpoint
- Removed `_total` as suffix from the metric labels
- The API now returns 2 extra fields: `usedBytes/totalBytes`
- Now added to the [Prometheus Miscellaneous Exporters list](https://prometheus.io/docs/instrumenting/exporters/#miscellaneous)
2018-06-07 05:35:09 +00:00
# 1.0.1
2021-08-12 04:41:24 +00:00
## Changed
2019-05-12 16:10:22 +00:00
- Fixes a bug with only the first request giving a 200 on the metrics endpoint
- Pre-build docker image available at `captn3m0/prometheus-act-exporter`
- Disables Chrome sandbox only if running inside a container
2018-06-07 05:35:09 +00:00
# 1.0.0
2021-08-12 04:41:24 +00:00
## Changed
2019-05-12 16:10:22 +00:00
- Initial version