librato / python-librato

A Python wrapper for the Librato Metrics API.
Other
72 stars 31 forks source link

Add gap_detection attribute to Stream and allow extra attributes #124

Closed jderrett closed 8 years ago

jderrett commented 8 years ago

Fix for the gap_detection attribute on Stream model that currently throws an exception. Also adding **kwargs to accept any additional attributes that come back from the API. One such attribute is position which is not published or used, but exists on some Librato internal streams - so this will cover that as well.