frankwiles / django-app-metrics

Simple framework for capturing in application metrics and emailing aggregation results
BSD 3-Clause "New" or "Revised" License
398 stars 68 forks source link

Gauges in Mixpanel #25

Open hannesstruss opened 12 years ago

hannesstruss commented 12 years ago

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!

frankwiles commented 12 years ago

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!