Error Undefined array key "__meta"
inguldima opened this issue · 1 comments
inguldima commented
I am encountering an issue in my application, where I receive the following error message:
Undefined array key "__meta" in /vendor/promphp/prometheus_client_php/src/Prometheus/Storage/Redis.php
$counter = json_decode($raw['__meta'], true);
- 608 line
This error occurs within the codebase of the application, specifically in the file /vendor/promphp/prometheus_client_php/src/Prometheus/Storage/Redis.php , at line 608. It seems to be related to the "__meta" array key being undefined.
inguldima commented
Updated to version v2.7.1and everything became ok