All Versions
64
Latest Version
Avg Release Cycle
84 days
Latest Release
3449 days ago

Changelog History
Page 5

  • v1.5.2 Changes

    • ๐Ÿ‘Œ Support parsing IPv6 IP address as well. Thanks to "dissemble":http://github.com/dissemble for contributing the patch.
    • ๐Ÿ’Ž JRuby related fixes
  • v1.5.1 Changes

    • ๐Ÿ›  Fixed a crasher bug in the HTML output of traffic reports.
  • v1.5.0 Changes

    • โž• Added file format autodetection: in most cases, providing the @--format@ parameter is no longer needed to select the correct file format. However, it is still possible to explicitly set the format if autodetection fails.
    • โž• Added a [[MySQL slow query log]] parser (@--format mysql@). Thanks "Bart Zonneveld":http://github.com/bartzon for contributing this functionality.
    • ๐Ÿ”ง Mail host now configurable. Use @--mailhost @ to specify this
    • โž• Added specs to test mailing functionality using a mock SMTP server (mailtrap)
  • v1.4.2 Changes

    • โž• Added correct content-type to emails sent via the @--mail@ option.
  • v1.4.1 Changes

    • ๐Ÿ›  Fixed @--mail@ command line option which was broken since version 1.4.0.
    • โž• Added Scout & Munin plugin integration tests
  • v1.4.0 Changes

    • ๐ŸŽ‰ Initial version of request-log-analyzer API.
    • โž• Added standard deviation to duration and traffic reports.
    • โž• Added @--report-amount @ to define the number of entries in the table in the report. Use @all@ to specify that all entries should be included. The default value is 20
    • โž• Added @--report-sort @ options to specify how the resulting duration and traffic tables should be sorted. You can specify multiple sort fields using a comma separated list, which results in multiple tables. Supported sortings are @sum@, @mean@, @stddev@ and @hits@. The default value is @sum,mean@.
    • ๐Ÿ“œ Restructured the [[Rails request log]] parser to be more flexible about what lines to parse, using the @--rails-format @ command line switch. ** ๐Ÿ–จ @--rails-format minimal@ will only parse processing and completed lines. ** ๐Ÿ“œ @--rails-format production@ will parse exceptions and cache hits besides the minimal lines. ** ๐Ÿ“œ @--rails-format development@ will also parse SQL queries and template renderings ** ๐Ÿ“œ @--rails-format all@ will parse every known line type. ** ๐Ÿ“œ @--rails-format minimal,failure@ will parse the minimal lines and exceptions. Use a comma-separated list like this. to define your own line set.
    • โœ… Significantly improved the test coverage of the Rails log format.
  • v1.3.7 Changes

    • ๐Ÿ›  Fixed a crasher bug when parsing compressed files.
    • Speed optimizations by enabling teaser checks for lines.
  • v1.3.6 Changes

    • โšก๏ธ Speed optimizations to improve parsing performance of frequently called methods, i.e. @Tracker#should_update@, @Request#convert_value@, @Request#convert_timestamp@, @Request#convert_traffic@ and @Request#convert_duration@.
    • ๐ŸŽ Tweaked all file formats for increased performance
    • Cleaned up and simplified some old code.
  • v1.3.5 Changes

    • โž• Added statistics about data traffic for the file formats that contain this information (Apache, Amazon S3, Rack)
    • โž• Added support for Rack CommonLogger logs (@--format rack@).
    • โž• Added "agent" and "referer" Apache log format constants.
    • ๐Ÿ‘Œ Improved request duration parsing (%D directive) from [[Apache access log]] files.
    • ๐Ÿ›  Fixed a bug in the database inserter that caused tables to be created with wrong fields.
  • v1.3.4 Changes