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

Releases: librato/python-librato

Adding Generators and Inherit Tags

18 Sep 21:19
Compare
Choose a tag to compare
  • Added Generators for pagination
  • Added the ability to inherit tags from the queue or connection object
  • Edited README for tags usage
  • Added a method get_measurements
  • Added the ability to use environment vars when creating a new connection

MD support and pep8 fixes

25 Aug 19:16
Compare
Choose a tag to compare

This release introduces new methods to submit and query multidimensional data streams to Librato, and makes the code pep8 compliant.

Allow arbitrary Stream attributes; 403 error parsing

10 Jul 14:29
Compare
Choose a tag to compare

Formally adds Stream#gap_detection attribute and also avoids throwing an exception for new/unknown Stream attributes that come back from the API by setting properties for those generically.

Also fixes a bug with error parsing on rate limiting (http 403) errors.

#122
#124

Support color attribute on Stream

10 Jul 14:31
Compare
Choose a tag to compare

Allows Stream#color to be set (if it comes back from the API)

Add attributes to Service model

10 Jul 14:39
Compare
Choose a tag to compare

#117 to add title, type, and settings to Service model, and add a list_services() method.