Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(php_fpm): track maximum active processes #16193

Merged

Commits on Nov 10, 2023

  1. feat(php_fpm): track maximum active processes

    The PHP-FPM status page also provides the "max active processes" statistic, which translates to the maximum number
    of processes that can be executed at once. In the PHP-FPM configuration, this is controlled by the pm.max_children
    key. This is particularly useful in understanding saturation within the PHP-FPM container, in a manner that allows
    horizontal scaling in a more intelligent way than the built-in CPU and memory metrics in Kubernetes. This pairs
    well with the Datadog External Metrics functionality as well
    tcarrio committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1fd72da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b30c94e View commit details
    Browse the repository at this point in the history