Closed
Bug 1672198
Opened 5 years ago
Closed 4 years ago
Events need a "raw" RLB API for records coming over FOG IPC
Categories
(Data Platform and Tools :: Glean: SDK, task, P1)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Dexter, Assigned: janerik)
References
(Blocks 1 open bug)
Details
(Whiteboard: [telemetry:fog:m6])
Attachments
(1 file, 1 obsolete file)
See https://github.com/mozilla/glean/pull/1264#discussion_r508548964.
re timestamp: we kinda do need that API.
For FOG's IPC we need to get the timestamp immediately, pass that through the IPC layer and then later record the full event.
What we could do though is having a special*record_with_timestamp
API on the RLB only, not on the trait
- I already dislike the "special" API, but I don't see a way around it
Assignee | ||
Updated•5 years ago
|
Whiteboard: [telemetry:glean-rs:m?] → [telemetry:fog:m6]
Updated•4 years ago
|
Blocks: 1692318
Summary: Do we need to expose 'timestamp' from rust traits? → Events need a "raw" RLB API for records coming over FOG IPC
Comment 1•4 years ago
|
||
This API should:
- Accept a complete event record
- Not be included in the glean-core trait
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → jrediger
Priority: P3 → P1
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
badboy merged PR #1549: "Bug 1672198 - RLB: Allow to record an event with the provided timestamp" in 70529f0.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•4 years ago
|
||
Comment 5•4 years ago
|
||
Comment on attachment 9209134 [details]
Bug 1672198 - Upgrade Glean to get new time API. r?chutten!
Revision D108448 was moved to bug 1698518. Setting attachment 9209134 [details] to obsolete.
Attachment #9209134 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•