From b8ddd0f74014f6534fda7a7b416bb83870089118 Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 7 Jun 2018 11:05:09 +0530 Subject: [PATCH] Adds a CHANGELOG --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f82e8df --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# CHANGELOG + +# 1.0.2 + +- 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) + +# 1.0.1 + +- 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 + +# 1.0.0 + +- Initial version