v0.0.2b4: Merge pull request #39 from abyrne55/v0.0.2
Metric class changes:
- oldest_date_datetimechanged input type, it can either be a- datetimeobject or a- timedeltaobject.
PrometheusConnect class changes:
- start_timeand- end_timeparameters don't accept strings any more, they can only be- datetimeobjects.
- similarly chunk_sizeparameter can only be atimedeltaobject
utils.py added
- These are some utility functions that are not needed for the core functionality of the library, but come in handy when parsing strings for datetimes or timedeltas.