You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the spirit of reqwest, add an implementation of prometheus_http_query::Client that can be used in synchronous code.
Currently the async Client and all async shortcut functions like label_values are situated directly under the crate root.
The blocking API could be realized in a blocking module that contains a blocking::Client and all the shortcut functions e.g. blocking::label_values.
The text was updated successfully, but these errors were encountered:
In the spirit of
reqwest
, add an implementation ofprometheus_http_query::Client
that can be used in synchronous code.Currently the async
Client
and all async shortcut functions likelabel_values
are situated directly under the crate root.The blocking API could be realized in a
blocking
module that contains ablocking::Client
and all the shortcut functions e.g.blocking::label_values
.The text was updated successfully, but these errors were encountered: