upgrade markus to 5.0.0 and add metrics yaml file
Categories
(Socorro :: Antenna, task, P3)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(1 file)
Markus 5.0.0 includes a RegisteredMetricsFilter (docs) which allows us to document all the metrics that Antenna emits with descriptions and types and then enforce only those metrics are emitted during tests. This reduces typos in metrics keys, makes it easier to see our metrics situation, and makes it easier to build dashboards without hunting through code for the name of the thing you forgot.
I prototyped this with Eliot in this pull request:
https://github.com/mozilla-services/eliot/pull/169
I liked the way that felt. The docs are handy:
https://mozilla-eliot.readthedocs.io/en/latest/metrics.html
We should upgrade Markus and write up a metrics yaml file for Antenna.
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
willkg merged PR [mozilla-services/antenna]: bug-1906108: upgrade markus to 5.0.0 and document metrics (#1052) in 68b1d2f.
I updated the sentry_scrub_error panel in the Socorro GCP app metrics dashboard.
| Assignee | ||
Comment 3•1 year ago
|
||
I pushed this to prod just now in bug #1915154. Marking as FIXED.
Description
•