PromPHP / prometheus_client_php

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

fix check dimension of labelNames array before to combine it #139

Open gcaricat opened 9 months ago

gcaricat commented 9 months ago

This fix verifies the length of labelNames array before proceeding to combine them. It ensures that both arrays have the same number of elements, thus avoiding the error