elixir-plug / plug_cowboy

Plug adapter for the Cowboy web server
Other
243 stars 48 forks source link

Adopt cowboy_telemetry #42

Closed binaryseed closed 4 years ago

binaryseed commented 4 years ago

We are creating a new Cowboy stream handler that will emit telemetry events:

Once it's released, we should adopt it in plug_cowboy and include it by default, and also adopt it for the early_error logging.

binaryseed commented 4 years ago

This old PR demonstrates most of the necessary changes: https://github.com/elixir-plug/plug_cowboy/pull/39

binaryseed commented 4 years ago

PR opened: https://github.com/elixir-plug/plug_cowboy/pull/43

josevalim commented 4 years ago

Closing in favor of LR!