Skip to content

0.8.2

Compare
Choose a tag to compare
@buger buger released this 05 Nov 13:57
· 447 commits to master since this release
2ea1785
  • Added way to ignore tags to be aggregated, which can cause aggregated records to go too big (if you have lot of unique tags, like request-id). Added new option to Aggregate and Hybrid pumps: ignore_tag_prefix_list, which should be a string array with tag prefixes you want to exclude. Additionally, it now tries to detect such scenarios and print a warning with list of tags that can cause issues. You can control the warning threshold using the threshold_len_tag_list parameter. #162
  • Mongo aggregate pump now can store data in minute chunks instead of hourly ones, if you set store_analytics_per_minute to true to aggregate or hybrid pump. This can help with issues when you have lot of keys or tags, generating record of size more than 16 megabytes. #164
  • Mongo pump, instead of skipping records which out of the size, should truncate them instead #154
  • Added new attributes to ElasticSearch pump: RawPath, ContentLength, and Tags #157
  • ElasticSearch pump now can generate "id" attribute in order to ensure record uniqueness. Set generate_id inside ES pump config to enable new behavior. #169
  • "debug" logging should print only the number of records instead of their content #159