v0.18.0
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