Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

0.5.1

Compare
Choose a tag to compare
@Dieterbe Dieterbe released this 31 Oct 23:20
· 5479 commits to master since this release
  • rename metric_tank/metrics_tank to metrictank. this changes all the statsd metrics(!)
  • add kafka clustering transport next to nsq
  • upgrade to new, proper metrics2.0 schema, which changes how metricId's are generated, but ...
  • ....support series merging to seamlessly combine data for the same metric living under different metricdefs ff7a9bc
  • instrument input decoding errors
  • adopt govendor for go vendoring #197

config:

  • proper sample config that actually makes sense
  • make configuration of input plugins more elegant
  • kafka offset: default to newest (#236)
  • switch fallback schema from DateTieredCompactionStrategy to TimeWindowCompactionStrategy #249
  • configurable CQL proto version
  • kafka-mdm: expose performance tuneables

doc & packaging:

  • various bugfixes in packaging scripts and packages.
  • build both ubuntu14.04 and 16.04 packages, and centos 6 & 7
  • doc updates, especially around "data knobs", usage reporting, consolidation, http api, cassandra, index plugin writing, clustering and readme.