Skip to content

Releases: signalfx/collectd-mongodb

v1.3.7 check if count exists

25 Aug 00:08
cf34241
Compare
Choose a tag to compare
  • In a sharded cluster with un-sharded collection, the count field is not always present. Check if count exists before using it

v1.3.6 check if collections exists

21 Jul 15:38
1f51592
Compare
Choose a tag to compare
  • In a sharded cluster, the collections field only exists in the shard

v1.3.5

23 Nov 16:01
f364a54
Compare
Choose a tag to compare

Add value type check and skip deprecated attribute

v1.3.4 check if numExtents exists

22 Dec 18:27
509acf3
Compare
Choose a tag to compare

1numExtents` has been deprecated starting in v4.3.1 #34

v1.3.3 add tcmalloc.generic.heap_size

02 Dec 20:35
97e9193
Compare
Choose a tag to compare

Add tcmalloc.generic.heap_size which replaces extra_info.heap_usage_bytes in version 3.3 and above

Handle removed memory stats in newer versions of MongoDB (version 2)

09 Apr 00:00
2fc0844
Compare
Choose a tag to compare
Merge pull request #32 from signalfx/fixSWAT-1352

Fix PR# 31

v1.3.1

08 Apr 15:13
bb647bb
Compare
Choose a tag to compare

Handle removed memory stats in newer versions of MongoDB

Python 3 Support

09 Dec 16:30
5ebd340
Compare
Choose a tag to compare
Merge pull request #30 from signalfx/py3

Python 3 support

v.1.2.3 - Change version checking method

20 May 14:51
1c36f69
Compare
Choose a tag to compare

Use LooseVersion instead of StrictVersion when checking version of mongodb.

v1.2.2

20 May 14:41
6c01155
Compare
Choose a tag to compare

Bug fix