Pegase745 / shortnr

Simple URL shortener written in TypeScript.
MIT License
7 stars 2 forks source link

Feature Request: Graphs for Metrics #4

Open SimonGodefroid opened 5 years ago

SimonGodefroid commented 5 years ago

As a business owner of shortnr

I want to have a real time graph below shortnr text area

with the following metrics:

eveningkid commented 5 years ago

@SimonGodefroid I believe this could overload the server as not every user needs to know about these metrics. Although it's fun, maybe this should go on a separate page? On a /metrics route maybe?

Also, maybe they could be periodically computed, then cached (is real time really necessary?).

@Pegase745 any input on this?