Closed
Bug 1771705
Opened 3 years ago
Closed 3 years ago
Consider removing ping name from test_get_num_recorded_errors
Categories
(Data Platform and Tools :: Glean: SDK, enhancement, P1)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: janerik, Assigned: janerik)
Details
Attachments
(1 file)
We don't actually need that: errors always also go to the metrics ping on top of whatever ping this metric normally goes in. So we could be safe just removing the ping name parameter and always assuming metrics
.
Comment 1•3 years ago
|
||
theoretically if a "metrics" ping is sent and the custom ping hasn't, then there would be a measurable difference, but as we haven't exposed this to consumers in the past, maybe it doesn't matter...
...buutttttt, if we combine test_get_num_recorded_errors with test_get_value (which does take a ping_name param) like FOG does, then maybe this all goes away.
Comment 2•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → jrediger
Type: defect → enhancement
Priority: P3 → P1
Whiteboard: [telemetry:glean-rs:m?]
Assignee | ||
Updated•3 years ago
|
Priority: P1 → P3
Assignee | ||
Updated•3 years ago
|
Priority: P3 → P1
Assignee | ||
Comment 3•3 years ago
|
||
badboy merged PR #2088: "Bug 1771705 - Remove ping name from test_get_num_recorded_errors" in 4001b78.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•