jvm-bloggers icon indicating copy to clipboard operation
jvm-bloggers copied to clipboard

As an Admin I would like to see number of clicks each grouped by different periods

Open tdziurko opened this issue 7 years ago • 3 comments

On Dashboard I would like to see 3 charts with:

  • number of clicks each day in last 10 days

  • number of clicks each week in last 10 weeks

  • number of clicks each month in last 10 months

tdziurko avatar Jul 05 '17 07:07 tdziurko

I was recently thinking about introducing Dropwizard/Spring Metrics to measure different parts of the system (such as response time, blog fetching time etc.). Problem is that those metrics are stored in memory and for persistence would probably require some additional database such as graphite/statsd/influxdb.

airborn avatar Jul 05 '17 18:07 airborn

Some of them would fit for grafana (like bare number of clicks in different time periods), but some more complicated (like number of clicks from same IP for each blog post) would be difficult to get from grafana, so I am not sure it it's worth the effort required to setup whole metrics stack.

tdziurko avatar Jul 05 '17 19:07 tdziurko

Ok, so I'll move this discussion to the new topic when I'll have clear vision of a feature I'd like to propose.

airborn avatar Jul 05 '17 20:07 airborn