All Versions
158
Latest Version
Avg Release Cycle
16 days
Latest Release
512 days ago

Changelog History
Page 16

  • v0.1.8 Changes

    September 04, 2015

    ๐Ÿš€ Release Notes

    • 0๏ธโƒฃ Telegraf will now write data in UTC at second precision by default
    • ๐Ÿ— Now using Go 1.5 to build telegraf

    ๐Ÿ”‹ Features

    • ๐Ÿ”Œ #150: Add Host Uptime metric to system plugin
    • ๐Ÿ”Œ #158: Apache Plugin. Thanks @KPACHbIuLLIAnO4
    • #159: Use second precision for InfluxDB writes
    • ๐Ÿ”Œ #165: Add additional metrics to mysql plugin. Thanks @nickscript0
    • 0๏ธโƒฃ #162: Write UTC by default, provide option
    • #166: Upload binaries to S3
    • ๐Ÿ”Œ #169: Ping plugin

    ๐Ÿ› Bug Fixes

  • v0.1.7 Changes

    August 28, 2015

    ๐Ÿ”‹ Features

    • #38: Kafka output producer.
    • ๐Ÿ”Œ #133: Add plugin.Gather error logging. Thanks @nickscript0!
    • ๐Ÿ”Œ #136: Add a -usage flag for printing usage of a single plugin.
    • #137: Memcached: fix when a value contains a space
    • #138: MySQL server address tag.
    • #142: Add Description and SampleConfig funcs to output interface
    • Indent the toml config file for readability

    ๐Ÿ› Bug Fixes

    • #128: system_load measurement missing.
    • โœ… #129: Latest pkg url fix.
    • ๐Ÿง #131: Fix memory reporting on linux & darwin. Thanks @subhachandrachandra!
    • ๐Ÿ”Œ #140: Memory plugin prec->perc typo fix. Thanks @brunoqc!
  • v0.1.6 Changes

    August 20, 2015

    ๐Ÿ”‹ Features

    • #112: Datadog output. Thanks @jipperinbham!
    • #116: Use godep to vendor all dependencies
    • ๐Ÿ”Œ #120: Httpjson plugin. Thanks @jpalay & @alvaromorales!

    ๐Ÿ› Bug Fixes

    • โšก๏ธ #113: Update README with Telegraf/InfluxDB compatibility
    • ๐Ÿ #118: Fix for disk usage stats in Windows. Thanks @srfraser!
    • #122: Fix for DiskUsage segv fault. Thanks @srfraser!
    • ๐Ÿ”Œ #126: Nginx plugin not catching net.SplitHostPort error
  • v0.1.5 Changes

    August 13, 2015

    ๐Ÿ”‹ Features

    • ๐Ÿ”Œ #54: MongoDB plugin. Thanks @jipperinbham!
    • ๐Ÿ”Œ #55: Elasticsearch plugin. Thanks @brocaar!
    • ๐Ÿ”Œ #71: HAProxy plugin. Thanks @kureikain!
    • #72: Adding TokuDB metrics to MySQL. Thanks vadimtk!
    • ๐Ÿ”Œ #73: RabbitMQ plugin. Thanks @ianunruh!
    • #77: Automatically create database.
    • ๐Ÿ”Œ #79: Nginx plugin. Thanks @codeb2cc!
    • ๐Ÿ”Œ #86: Lustre2 plugin. Thanks srfraser!
    • โœ… #91: Unit testing
    • ๐Ÿ”Œ #92: Exec plugin. Thanks @alvaromorales!
    • ๐Ÿ”Œ #98: LeoFS plugin. Thanks @mocchira!
    • #103: Filter by metric tags. Thanks @srfraser!
    • ๐Ÿ”Œ #106: Options to filter plugins on startup. Thanks @zepouet!
    • #107: Multiple outputs beyond influxdb. Thanks @jipperinbham!
    • ๐Ÿ‘ #108: Support setting per-CPU and total-CPU gathering.
    • ๐Ÿ”Œ #111: Report CPU Usage in cpu plugin. Thanks @jpalay!

    ๐Ÿ› Bug Fixes

    • โœ… #85: Fix GetLocalHost testutil function for mac users
    • ๐Ÿ›  #89: go fmt fixes
    • #94: Fix for issue #93, explicitly call sarama.v1 -> sarama
    • ๐Ÿ— #101: switch back from master branch if building locally
    • โšก๏ธ #99: update integer output to new InfluxDB line protocol format
  • v0.1.4 Changes

    July 09, 2015

    ๐Ÿ”‹ Features

    • โšก๏ธ #56: Update README for Kafka plugin. Thanks @EmilS!

    ๐Ÿ› Bug Fixes

    • #50: Fix init.sh script to use telegraf directory. Thanks @jseriff!
    • โšก๏ธ #52: Update CHANGELOG to reference updated directory. Thanks @benfb!
  • v0.1.3 Changes

    July 05, 2015

    ๐Ÿ”‹ Features

    • ๐Ÿ”Œ #35: Add Kafka plugin. Thanks @EmilS!
    • ๐Ÿ”Œ #47: Add RethinkDB plugin. Thanks @jipperinbham!

    ๐Ÿ› Bug Fixes

    • #45: Skip disk tags that don't have a value. Thanks @jhofeditz!
    • ๐Ÿ”Œ #43: Fix bug in MySQL plugin. Thanks @marcosnils!
  • v0.1.2 Changes

    July 01, 2015

    ๐Ÿ”‹ Features

    • ๐Ÿง #12: Add Linux/ARM to the list of built binaries. Thanks @voxxit!
    • #14: Clarify the S3 buckets that Telegraf is pushed to.
    • ๐Ÿ‘ #16: Convert Redis to use URI, support Redis AUTH. Thanks @jipperinbham!
    • ๐Ÿ”Œ #21: Add memcached plugin. Thanks @Yukki!

    ๐Ÿ› Bug Fixes

    • #13: Fix the packaging script.
    • #19: Add host name to metric tags. Thanks @sherifzain!
    • #20: Fix race condition with accumulator mutex. Thanks @nkatsaros!
    • ๐Ÿ“ฆ #23: Change name of folder for packages. Thanks @colinrymer!
    • #32: Fix spelling of memoory -> memory. Thanks @tylernisonoff!
  • v0.1.1 Changes

    June 19, 2015

    ๐Ÿš€ Release Notes

    ๐Ÿš€ This is the initial release of Telegraf.