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

Make updateGauge lock-free in critical paths of APC and APCng #135

Closed TobiasBengtsson closed 9 months ago

TobiasBengtsson commented 9 months ago

See commit messages for more info. TL;DR setting values on a gauge can cause high contention due to multiple APCu write locks.