I have below data captured -
Service URL - api/myservice/search/id
HttpVerb - Get
Hits are around 10000 hits in a day.
I need to create a visualization to see when my service hits was the MAX. i.e. which time of the day it received the max hits. I am thinking to visualize it in a LINE graph.
Can anyone please let me know how can I get this done and which graph presentation would be the best?