0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Document cowboy_metrics_h

This commit is contained in:
Loïc Hoguin 2019-10-07 09:59:36 +02:00
parent 3977f2b96f
commit eaed063702
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
6 changed files with 172 additions and 2 deletions

View file

@ -28,7 +28,7 @@ opts() :: #{
}
----
Configuration for the default stream handler.
Configuration for the compress stream handler.
The default value is given next to the option name:
@ -57,4 +57,5 @@ The compress stream handler does not produce any event.
link:man:cowboy(7)[cowboy(7)],
link:man:cowboy_stream(3)[cowboy_stream(3)],
link:man:cowboy_metrics_h(3)[cowboy_metrics_h(3)],
link:man:cowboy_stream_h(3)[cowboy_stream_h(3)]