Skip to content

Merge Timeseries schema#418

Open
barboraplasovska wants to merge 6 commits into
masterfrom
bplasovska/timeseries
Open

Merge Timeseries schema#418
barboraplasovska wants to merge 6 commits into
masterfrom
bplasovska/timeseries

Conversation

@barboraplasovska

Copy link
Copy Markdown
Contributor

What and why ?

Adds a new timeseries RUM event type to the schema, with two concrete event schemas: timeseries-cpu-schema.json and timeseries-memory-schema.json, registered in rum-events-mobile-schema.json.

This backs the new experimental mobile RUM Timeseries feature: periodic CPU and memory samples collected during a session, batched and flushed as their own event type.

@barboraplasovska barboraplasovska self-assigned this Jul 23, 2026
@barboraplasovska
barboraplasovska marked this pull request as ready for review July 23, 2026 14:50
@barboraplasovska
barboraplasovska requested review from a team as code owners July 23, 2026 14:50

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5914e67677

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +43 to +45
{
"title": "RumTimeseriesEvent",
"oneOf": [

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add timeseries to the aggregate RUM schema

This block only registers the new event in the mobile schema, but schemas/rum-events-schema.json remains unchanged while scripts/generate.mjs:15 uses that aggregate schema to generate the exported RumEvent types. When consumers validate or generate from the aggregate schema, these mobile timeseries payloads are still rejected and omitted from the package types even though they are now valid mobile RUM events; add the same timeseries branch there and regenerate the definitions.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants