Skip to content

v0.18.0

Compare
Choose a tag to compare
@nikola-milikic nikola-milikic released this 06 May 07:26
· 1 commit to master since this release
6b7be9f
Introduce functions for interacting with Prometheus API (#257)

* Introduce functions for executing PromQL instant and range queries towards the Monitor Promehteus endpoints.

* Add get_series endpoint

* Add get_labels endpoint

* Add get_label_values function.

* Add get_metadata function.

* In all functions expect both token and host to be passed as arguments.

* poetry lock

* Apply linting comments