Skip to content

Releases: PromPHP/prometheus_push_gateway_php

v1.1.1

11 Apr 18:49
0129c78
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

18 Nov 07:09
bb2ef22
Compare
Choose a tag to compare

Features:

Improvements:

v1.0.1

30 Sep 19:40
310f9eb
Compare
Choose a tag to compare

First release as https://github.com/PromPHP/prometheus_push_gateway_php .

This release does not contain any breaking change.

v1.0.0

22 Sep 04:42
Compare
Choose a tag to compare

First release out of https://github.com/LKaemmerling/prometheus_client_php

You can use composer require lkaemmerling/prometheus_push_gateway_php for installation.

Migration from lkaemmerling/prometheus_client_php v1.0.3 to this package:

  1. Use new \PrometheusPushGateway\PushGateway($pushGatewayAddress); instead of new \Prometheus\PushGateway($pushGatewayAddress);
    🎉