artprima / prometheus-metrics-bundle

Symfony 5/6 Prometheus Metrics Bundle
MIT License
133 stars 29 forks source link

Add support of APCng adapter (#62) #71

Closed Johnmeurt closed 2 years ago

Johnmeurt commented 2 years ago

This PR adds a factory for the APCng adapter.

Beware the 2 factories for apc are not tested. The build does not install apcu extension but I have added and commented missing tests. I prefer to not change the action workflow.

Johnmeurt commented 2 years ago

I think this will be my last one for now. This should make a nice 1.14.

denisvmedia commented 2 years ago

Awesome job @Johnmeurt! I will merge it now and see if I can run the tests for these factories. After that I will make a v1.14 release.