diff options
author | Loïc Hoguin <[email protected]> | 2017-10-27 13:00:00 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-10-27 17:18:28 +0100 |
commit | f4331f7c169309c9017b9628fe3757fc5312270b (patch) | |
tree | 1a6de548596c7363492cf75c939321e7ffde96df /test/cover.spec | |
parent | ef58e15547ee171a716eaa768374e2e7e2f7d397 (diff) | |
download | cowboy-f4331f7c169309c9017b9628fe3757fc5312270b.tar.gz cowboy-f4331f7c169309c9017b9628fe3757fc5312270b.tar.bz2 cowboy-f4331f7c169309c9017b9628fe3757fc5312270b.zip |
Add cowboy_tracer_h stream handler
Another experimental stream handler. It enables tracing for
the connection process and any children processes based on
the matching of the request. It can be used to do ad-hoc
tracing by sending a specific header, path, method or other.
It is meant to be used both for tests and production. Some
configuration scenarios are NOT safe for production, beware.
It's important to understand that, at this time, tracing
is enabled on the scale of the entire connection including
any future request processes. Keep this in mind when trying
to use it in production. The only way to stop tracing is
by having the callback function exit (by calling exit/1
explicitly). This can be done after a certain number of
events for example. Tracing can generate a lot of events,
so it's a good idea to stop after a small number of events
(between 1000 and 10000 should be good) and to avoid tracing
the whole world.
Documentation will follow at a later time.
Diffstat (limited to 'test/cover.spec')
0 files changed, 0 insertions, 0 deletions