Skip to content

Commit

Permalink
deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
nishgowda committed Sep 21, 2020
1 parent 8c616fc commit 928feb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Fast and light weight api and endpoint monitoring backed by Redis and carefully
- [X] Daily monitoring
- [ ] Hourly monitoring

### To Sum it up:
### A quick rundown:
* AegisNet defines it's data as a made "event". An event is made up of the method, the route, the status code, and possibily the date (depending on which key is being assigned) that is requested. When a certain event is hit, the number of requests are incremented.

* Redis stores the data per request into two sepreate keys. As seen below, one of these is "total". As the name implies it stores the total number of requests for each event. If you want to retrieve the daily total, you can just specify the "daily" key instead.
Expand Down

0 comments on commit 928feb2

Please sign in to comment.