jvm-bloggers
jvm-bloggers copied to clipboard
As an Admin I would like to see number of clicks each grouped by different periods
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
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.
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.
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.