Skip to content

Releases: gistart/prometheus-push-client

0.0.8 pushgateway support and http tweaks

16 May 19:17
1fae036
Compare
Choose a tag to compare
  • http: ensure data ends with "\n\n"
  • openmetrics: data type metric header
  • added openmetrics http clients for pushgateway / prom-aggregation-gateway

0.0.7 udp tweaks

12 May 22:21
73abc55
Compare
Choose a tag to compare
  • fix 0 sleep interval in batch clients
  • fix udp client crashes on name resolution errors
  • probably support dns round-robin in AioUdpTransport

0.0.6 fix broken package

11 May 13:27
Compare
Choose a tag to compare

FIx broken pypi package

First release

10 May 13:25
Compare
Choose a tag to compare

⛔ 0.0.5 package was broken, use 0.0.6 instead.

Includes:

  • formats: Influx, StatsD, Openmetrics (Prometheus native)
  • transports: udp, http (sync and async)
  • clients: batch (periodic syncs), streaming
  • unit and basic intergration tests