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

0.7.1

Compare
Choose a tag to compare
@Dieterbe Dieterbe released this 07 Apr 15:16
· 4517 commits to master since this release

data server, index and instrumentation

  • be more graphitey in terms of consolidation, and configuration of schemas and retentions. #534 , #570
  • Improve http stats + implement gzip responses #548
  • drastic improves to how we maintain the index in cassandra (later replaced: #558, #560 , #566) . disable cass updates (for secondary nodes) #565. fix lastSave vs lastUpdate discrepancy #574
  • support msgp output for render responses #562
  • instrument how many series are being filtered from responses #551
  • fix deleting from mixed leaf/branch nodes from index #554
  • replace request limit options with new hard/soft point limits #577
  • support multiple raw intervals per storage schema #588
  • remove seenAfter offset (24h buffer) which was sometimes annoying with series having effects too long (e.g. old resolution showing up after having enabled different resolution) #595

clustering

  • remove state transfer between nodes #535
  • support configuring http client timeout for inter-cluster requests #542
  • introduce priority system for controlling which instance satisfies requests #541, #546
  • ensure nodes can only connect to clusters with the same clusterName #597

tools

  • make mt-store-cat more flexible and powerful. #590
  • fix mt-kafka-mdm-sniff garbled output. #524
  • add tool for migrating index from one cass cluster to another #527
  • Add tools for cross-cluster split-metric migrations #529
  • add filter options to mt-kafka-mdm-sniff #531
  • mt-replicator improvements #523
  • add mt-update-ttl tool #515
  • whisper import tools #533
  • add tools to explain schemas and aggregations. #591, 1f7160b

docs

  • add an FAQ to docs. #517
  • various doc updates

builds

  • Include tools in all packages / docker image #585
  • set proper exit code when tool building fails #593