summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-05-12 18:42:45 -0500
committerSean E. Russell <ser@ser1.net>2020-05-12 18:42:45 -0500
commit310a6d084d5ff56ebb26cd667f46f578b39c737a (patch)
treea1b98a9a3736f9c8aa9057623f62b109294dc4f3 /CHANGELOG.md
parentb0e1e9a20ad2c198b65df420aef5821c7be7208c (diff)
Replaces the Prometheus client with VictoriaMetrics/metrics
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 316e451..318c4f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extensions are now built with a build tool; this is an interim solution until issues with the Go plugin API are resolved.
- Command line help text is cleaned up.
- Version bump of gopsutil
+- Prometheus client replaced by [VictoriaMetrics/metrics](https://github.com/VictoriaMetrics/metrics). This eliminated 6 indirect package dependencies and saved 3.5MB (25%) of the compiled binary size.
### Removed