endclothing / prometheus_client_php

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

groupingKey has wrong type decleration #15

Closed kswzr closed 4 years ago

kswzr commented 5 years ago

Currently the Prometheus/PushGateway specifies the $groupingKey in push & pushAdd as null which should be an empty array per default, but the decleration does not allow that.

Unfortunately the application crashes.