frankwiles/django-app-metrics

Gauges in Mixpanel

hannesstruss opened this issue · 1 comments

It is possible to emulate gauges in Mixpanel by posting the gauge value as a property of a metric and then using the aggregation functions (SUM or AVG) in the segmentation view to graph it.

No big deal to implement that in django-app-metrics and I'd be glad to do it, just wanted to ask if you think the idea is worth pursuing. Looking forward to feedback!

I haven't played with Mixpanel in awhile honestly, but that sounds like it would work to me. If you have time to code it up I'd definitely accept it! Thanks!