https://github.com/zotonic/cowtracks
Allow tracking and logging of cowboy requests.
https://github.com/zotonic/cowtracks
Last synced: about 2 months ago
JSON representation
Allow tracking and logging of cowboy requests.
- Host: GitHub
- URL: https://github.com/zotonic/cowtracks
- Owner: zotonic
- License: apache-2.0
- Created: 2017-06-15T19:22:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T17:05:25.000Z (over 7 years ago)
- Last Synced: 2025-01-16T05:30:19.505Z (3 months ago)
- Language: Erlang
- Size: 13.7 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cowtracks
[WIP] Tracks cowboy requests.
Information about requests is written to an ets table. This table is
regularly scanned and information on complete requess are passed to
a pluggable handler and deleted from the ets table.