prometheus_push_gateway_php icon indicating copy to clipboard operation
prometheus_push_gateway_php copied to clipboard

Prometheus Push Gateway client for PHP applications.

Results 4 prometheus_push_gateway_php issues
Sort by recently updated
recently updated
newest added
trafficstars

Our pushgateway endpoint is something like `a.b.c.d:1234/foo/bar/metrics/job/` So how to add the /foo/bar prefix ?

Signed-off-by: Lukas Kämmerling

Was introduced in the latest release https://github.com/prometheus/pushgateway/releases/tag/v1.4.0

This started out as just updating the typehints on the PushGateway class to reflect what `$groupingKey` actually represents, but quickly I had to make some adjustments to allow things to...