Plack-Middleware-Statsd
view release on metacpan or search on metacpan
key, otherwise the `HTTP_X_SENDFILE_TYPE` environment variable.
See [Plack::Middleware::XSendfile](https://metacpan.org/pod/Plack%3A%3AMiddleware%3A%3AXSendfile) for more information.
- `psgi.worker.pid`
The worker PID is added to the set.
Note that this is set after the request is processed. This means that
while the set size can be used to indicate the number of active
workers, if the workers are busy (i.e. longer request processing
times), then this will show a lower number.
This was added in v0.3.10.
- `psgix.harakiri`
This counter is incremented when the harakiri flag is set.
If you want to rename these, or modify sampling rates, then you will
need to use a wrapper class for the ["client"](#client).
lib/Plack/Middleware/Statsd.pm view on Meta::CPAN
key, otherwise the C<HTTP_X_SENDFILE_TYPE> environment variable.
See L<Plack::Middleware::XSendfile> for more information.
=item C<psgi.worker.pid>
The worker PID is added to the set.
Note that this is set after the request is processed. This means that
while the set size can be used to indicate the number of active
workers, if the workers are busy (i.e. longer request processing
times), then this will show a lower number.
This was added in v0.3.10.
=item C<psgix.harakiri>
This counter is incremented when the harakiri flag is set.
=back
( run in 0.275 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )