add a readme for prometheus-http-client

This commit is contained in:
Chris Beck
2025-12-18 13:21:06 -07:00
parent df5742d962
commit fe16c5dbd1
+13
View File
@@ -0,0 +1,13 @@
# prometheus-http-client
Makes requests to the prometheus query API. With `plot` feature, also provides
a way to plot resposnes from prometheus.
*Note*: There are many prometheus query clients for rust -- I only made another because
I thought I only needed one or two routes so I would just use `reqwest` directly.
Over time it has grown and now I feel a bit silly.
This should probably be replaced
with [`prometheus-http-query`](https://docs.rs/prometheus-http-query/latest/prometheus_http_query/)
or one of the other competitors, except for the plotting functionality.