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

Releases: librato/python-librato

Adding Generators and Inherit Tags

Choose a tag to compare

@mbeale mbeale released this 18 Sep 21:19
  • 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

Choose a tag to compare

@vaidyg vaidyg released this 25 Aug 19:16

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

Choose a tag to compare

@jderrett jderrett released this 10 Jul 14:29

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

Choose a tag to compare

@jderrett jderrett released this 10 Jul 14:31

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

Add attributes to Service model

Choose a tag to compare

@jderrett jderrett released this 10 Jul 14:39

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