Closed
Bug 1402928
Opened 8 years ago
Closed 6 years ago
log information about server side release merging attempts
Categories
(Release Engineering Graveyard :: Applications: Balrog (backend), enhancement, P3)
Release Engineering Graveyard
Applications: Balrog (backend)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bhearsum, Unassigned)
Details
While working on https://github.com/mozilla/balrog/pull/409#issuecomment-331936859, I discovered that server side Release merging was not happening in the vast majority of update race cases. The only reason I found this out was because I was looking at DEBUG-level logs on a dev server.
It would be great if we could log information about attempted, successful, and failed data race resolutions, and have them show up on Datadog.
It's probably worthwhile doing some WARNING messages whenever a race fails, too, since that's what we log at in production. It would give a shot at debugging live issues.
| Reporter | ||
Comment 1•8 years ago
|
||
(In reply to Ben Hearsum (:bhearsum) from comment #0)
> It would be great if we could log information about attempted, successful,
> and failed data race resolutions, and have them show up on Datadog.
Relud, I think I was told a long time ago that if we log with statsd, things would automatically be available in Datadog. Is that true? If not, is there a way we can log stuff to be available there?
Flags: needinfo?(dthorn)
Comment 2•8 years ago
|
||
that is correct. that said, don't create more than say, 50 metrics without consulting me. you can also use the dogstatsd library to add tags to your statsd metrics. if you do that, every combination of tags counts as a different metric for the purpose of that arbitrary 50 metric threshold.
Flags: needinfo?(dthorn)
Comment 3•8 years ago
|
||
if you want full logging information, i suggest logging in mozlog format and i can get you set up to query that from redash.
| Reporter | ||
Updated•8 years ago
|
Priority: -- → P3
| Reporter | ||
Comment 4•6 years ago
|
||
We're burning this down soon, no need to fix this. See https://github.com/mozilla-releng/balrog/issues/1049
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•