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