Skip to content

0.3.0

Compare
Choose a tag to compare
@calston calston released this 14 Mar 20:41
· 85 commits to master since this release
  • Output module for writing logs to Elasticsearch
  • Source module for monitoring Elasticsearch
  • Source module for Nginx logs which routes out to Elasticsearch
  • Source module for HAProxy
  • Source module for Memcache
  • Source module for UWSGI emperor.
  • Source module for PostgreSQL (requires psycopg2)
  • Revamped ping source, uses a pure Twisted ICMP implementation rather than forking to ping.
  • Adds /var/lib/tensor to the Python path by default, user source plugins can go there now.
  • Tags are now configurable per source
  • Fixes DiskIO source module
  • Fixes for RabbitMQ
  • Fixes to output queue prevent possible depletion
  • Fix Apache log format for float types
  • Remove default TTL based metric expiry (slow, and probably not wanted)
  • Add configurable maximum queue size to prevent runaway memory usage
  • Fixes to improve counter aggregation resets