Skip to content

Tags: PromPHP/prometheus_push_gateway_php

Tags

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move default timeouts from request to client configuration. (#9)

The current implementation does not allow the configuration of custom timeouts since they are set to 20s/10s for each request. Passing in a custom client with specified timeouts does not change the timeout since they are overridden. In some scenarios, it is desirable to have shorter timeouts to avoid stalling the processing of requests/jobs.

This change should not modify the library's default behaviour but move the timeouts into the client configuration to allow the customization of the values by providing a different instance of the Guzzle client.

Signed-off-by: Claude Vessaz <claude.vessaz@hootsuite.com>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add PHP 8 Support (#4)

Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from PromPHP/move-to-promphp-org

Move to promphp org and use promphp/prometheus_client_php

v1.0.0

Toggle v1.0.0's commit message
Support Guzzle 6 and Guzzle 7