Jimdo / prometheus_client_php

Prometheus instrumentation library for PHP applications
https://prometheus.io/docs/concepts/metric_types/
Apache License 2.0
281 stars 213 forks source link

Use HTTPPLUG #116

Open htuscher opened 5 years ago

htuscher commented 5 years ago

As guzzle 6 can collide with other dependencies, the HTTP layer should use http://docs.php-http.org/en/latest/ HTTPPLUG with the discovery factory to use whatever HTTP client is present.