From f9556f4c3f02f59d67d9150366847a6c2a4c3f69 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Fri, 3 Feb 2017 14:41:17 +0100 Subject: [PATCH] Changelog: Noted removal of all StatsD monitoring stuff --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d144bdb1..2ff7908e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ It has been more than two months since the v0.8.0 release, so there have been _m ### Removed - `api_endpoint` was removed from the BigchainDB configuration settings. (It was never used anyway.) [Pull Request #821](https://github.com/bigchaindb/bigchaindb/pull/821) +- Removed all remaining StatsD monitoring code, configuration settings, docs, etc. (We'll add another monitoring solution in the future.) [Pull Request #1138](https://github.com/bigchaindb/bigchaindb/pull/1138) ### Fixed - Fixed a memory (RAM) overflow problem when under heavy load by bounding the size of the queue at the entrance to the block pipeline. [Pull Request #908](https://github.com/bigchaindb/bigchaindb/pull/908)