v1.0.0
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:
- Use
new \PrometheusPushGateway\PushGateway($pushGatewayAddress);
instead ofnew \Prometheus\PushGateway($pushGatewayAddress);
🎉