PHP_FPM pool metricsetedit

This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

This is the pool metricset of the PHP_FPM module.

Fieldsedit

For a description of each field in the metricset, see the exported fields section.

Here is an example document generated by this metricset:

{
    "@timestamp": "2017-09-30T12:03:14.242Z",
    "beat": {
        "hostname": "host.example.com",
        "name": "host.example.com"
    },
    "metricset": {
        "host": "127.0.0.1:81",
        "module": "php_fpm",
        "name": "pool",
        "rtt": 115
    },
    "php_fpm": {
        "pool": {
            "connections": {
                "accepted": 28729,
                "listen_queue_len": 128,
                "max_listen_queue": 1,
                "queued": 0
            },
            "name": "www",
            "process_manager": "dynamic",
            "processes": {
                "active": 2,
                "idle": 3,
                "max_active": 8,
                "max_children_reached": 2,
                "total": 5
            },
            "slow_requests": 0,
            "start_since": 171707,
            "start_time": 1506604034
        }
    },
    "type": "metricsets"
}