Skip to content

Releases: 4n4nd/prometheus-api-client-python

v0.5.5

21 Feb 21:22
4ce551d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

16 Aug 18:47
53aaac1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

14 Feb 14:45
8f034f2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.3

v0.5.2

20 Oct 17:10
2b638b1
Compare
Choose a tag to compare

What's Changed

  • ⬆️ Bump numpy from 1.21.4 to 1.22.0 by @dependabot in #243
  • Update github repo url and author email address in setup.py and README by @4n4nd in #248
  • prometheus_connect: Store "variance" operation result with the correc… by @shimon-armis in #249
  • Fix [FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.] by @psujit775 in #247

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

08 Jun 21:10
a3e2cde
Compare
Choose a tag to compare

What's Changed

  • Release of version 0.5.0 by @khebhut in #230
  • Update timestamp dtypes in MetricSnapshotDataFrame and MetricRangeDataFrame by @chauhankaranraj in #234
  • Ensuring Metric Values are Cast to Float when they are Strings by @Shackelford-Arden in #237
  • Add get_label_values function in prometheus_connect.py. by @lixir in #235
  • ⬆️ Bump pillow from 8.4.0 to 9.0.1 by @dependabot in #238

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.2.0 release

15 Oct 20:49
94dff36
Compare
Choose a tag to compare

Added classes Metric, MetricsList
Changed date inputs from strings to datetime.datetime objects
Changed range inputs from strings to datetime.datetime or datetime.timedelta objects
Added utils.py to parse strings to datetime.datetime or datetime.timedelta objects
Fix version numbers for release

v0.0.2b4: Merge pull request #39 from abyrne55/v0.0.2

20 Aug 15:08
82ebc9a
Compare
Choose a tag to compare

Metric class changes:

  • oldest_date_datetime changed input type, it can either be a datetime object or a timedelta object.

PrometheusConnect class changes:

  • start_time and end_time parameters don't accept strings any more, they can only be datetime objects.
  • similarly chunk_size parameter can only be a timedelta object

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.

Pre-release v0.0.2b3

26 Jul 17:05
e97a9cf
Compare
Choose a tag to compare
Pre-release v0.0.2b3 Pre-release
Pre-release

Metric object has start_time and end_time now
Added a param parameter for metric get functions, these params are directly passed to the get request

Pre release for v0.0.2

17 Jul 15:38
b46831f
Compare
Choose a tag to compare
Pre-release

Added Metric and MetricsList class to make metric data manipulation easier.

Initial Release

25 Mar 14:22
e767429
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
Merge pull request #3 from 4n4nd/dev

Add Sphinx Documentation configuration