Hey gang, I’m just getting started with Grafana Cloud and I’m having trouble figuring out the best ways to track some of the things I am looking for.
I design internal dashboards for B2B tooling, so while I don’t care much about the traditional web metrics (conversions, etc). I am very interested in specific feature usage by user.
For example:
- List the most active users who are still using the old version of the dashboard vs the new one (identifiable by a “v2” in the path.
- Show a pie chart of v1 vs v2 usage based on page views.
- Show metrics on specific feature usage (ie. How often, when, and by whom are certain buttons clicked)
I see the docs for emitting custom metrics, events, and logs, my hangup is I don’t know which of these three to emit and then how to structure the query on the dashboard to get the charts I need.
Thanks in advance!