Skip to content

Version 1.3.3.1

Latest
Compare
Choose a tag to compare
@johann8384 johann8384 released this 18 Sep 01:02
· 14 commits to master since this release
61135dd

Major changes

Support for python2 was dropped, now supported following python3 versions: 3.7, 3.8, 3.9, 3.10, 3.11.

Collectors added

  • Collector for MapR Hadoop node metrics. by @johann8384 in #281
  • Collectors for Hadoop Yarn Resource Manager and Node Manager JMX API Stats by @HariSekhon in #400
  • Collector for PostgreSQL replication statistics by @DavidValeri in #385
  • Collector PoC of docker-engine Prometheus metrics by @johann8384 in #386

Improvements

  • Python3.7 campatibility and python 3.x tests by @johann8384 in #411
  • Adding ncat usage option to opentsdb.sh by @execshred in #420
  • Read command-line options' defaults from /etc/tcollector.json if present by @itamarst in #433
  • updated HBase ports for modern versions of HBase (0.99+ @ 2014/2015) by @HariSekhon in #394
  • Add an optional namespace prefix to all metric tags, and fix a Python 3 problem by @itamarst in #434
  • add hadoop_journalnode.py for gathering the metrics from journal nodes by @smerkerg in #424
  • Small data collection validation refinements by @itamarst in #431
  • Adding two TCP stats to netstat.py by @execshred in #419
  • Add info on the cpu sets to procstats by @itamarst in #432
  • Generate write_bytes and read_bytes metrics by @isj-privacore in #326

Bugfixes

Full Changelog: v1.3.2...v1.3.3