Skip to content

Commit

Permalink
Merge pull request #5 from nishgowda/deploy-testing
Browse files Browse the repository at this point in the history
Deploy testing
  • Loading branch information
nishgowda authored Sep 21, 2020
2 parents 2e903d4 + 928feb2 commit d6c0d48
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 d6c0d48

Please sign in to comment.