bedrock icon indicating copy to clipboard operation
bedrock copied to clipboard

Add initial statsd calls for metrics collection

Open robhudson opened this issue 2 years ago • 0 comments

Description

Following the ADR to Use statsd for metrics collection, this issue identifies some good initial areas for us to start collecting metrics within bedrock.

Also, after surveying the current state of Python packages that enable statsd collection, markus is the recommended library to use as it is the most up to date, written for an used within Mozilla currently, and offers a broad support of various backends.

Initial metrics to add:

  • [ ] WhatsnewView, FirstrunView timing
  • [x] Middleware to track status codes

robhudson avatar Jun 26 '23 22:06 robhudson