Release History

2.2.0 (27 Nov 2018)

  • Add support for Tornado < 6

2.1.0 (05 Apr 2017)

  • Add sampling rate for batch submission

2.0.0 (09 Nov 2016)

  • Change the way the buffered submission of measurements is handled

1.4.0 (12 Oct 2016)

  • Make the hostname tag optional

1.3.0 (12 Oct 2016)

  • Add a flag to disable submission
  • Add more environment variables for configuration
  • Add a maximum buffer size that discards metrics when there are too many
  • Remove correlation-id fields

1.2.0 (23 Sep 2016)

  • Make the timestamp for a measurement something that can be overridden

1.1.0 (23 Sep 2016)

  • Submit measurements one at a time for a rejected batch, logging error responses

1.0.7 (14 Sep 2016)

  • Have a default content length for responses without one

1.0.6 (14 Sep 2016)

  • Move to millisecond precision

1.0.5 (14 Sep 2016)

  • Remove content_type tag

1.0.4 (14 Sep 2016)

  • Rework how the line protocol is marshalled and support the various data types.
  • Remove the accept tag
  • Strip down content_type to the type/subtype format only
  • Make correlation_id a field value and not tag
  • Change the precision to second precision, per the InfluxDB docs (use the most
    coarse precision for better compression)

1.0.3 (13 Sep 2016)

  • Add a response content_length field, an accept tag (if set in request
    headers), and a response content_type tag.

1.0.2 (13 Sep 2016)

  • Don’t use RequestHandler.reverse_url to get the endpoint pattern in the mixin

1.0.1 (13 Sep 2016)

  • Fixes an issue with the periodic callback

1.0.0 (13 Sep 2016)

  • Initial release