dancerfly / django-brambling

Event website manager, specifically designed for dance weekends or other events with multiple simultaneous tracks of classes.
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Add metrics service (with logging one simple metric) #929

Open melinath opened 5 years ago

melinath commented 5 years ago

Currently we only have access to metrics that heroku auto-generates. We need access to more granular data in order to tell what's happening with our application. There seem to be a few options that we could choose from:

I am most familiar with Datadog, so would be inclined to give them a shot, then switch to a different service if we have problems with them. Worst case would be that we host our own Graphite server somewhere, since the statsd format is pretty standard.

As a first step, we could start measuring total request time by view.