Expvar metrics support added. Metrics refactored to its own package.

This commit is contained in:
Musab Gültekin
2019-06-21 21:37:25 +03:00
parent 88c4b1dd35
commit 7bc782400c
9 changed files with 84 additions and 40 deletions

View File

@ -9,9 +9,9 @@ Geziyor is a blazing fast web crawling and web scraping framework. It can be use
- JS Rendering
- Caching (Memory/Disk)
- Automatic Data Exporting (JSON, CSV, or custom)
- Metrics (Prometheus, Expvar, or custom)
- Limit Concurrency (Global/Per Domain)
- Request Delays (Constant/Randomized)
- Metrics (Prometheus)
- Cookies and Middlewares
- Automatic response decoding to UTF-8