Skip to content

Conversation

@Ziinc
Copy link
Contributor

@Ziinc Ziinc commented Feb 9, 2026

This PR implements the initial KeyValues logic, a ingest-time data enrichment transformation step that will allow us to lookup and enrich events as they get ingested and stored.

Limitations is at the billing level, set to 10M for paid plans.
Page is also feature flagged to staging via config cat.

Closes ANL-1346

@Ziinc Ziinc requested review from amokan and chasers February 9, 2026 12:12
@properties %{
id: %Schema{type: :integer},
key: %Schema{type: :string},
value: %Schema{type: :string}
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm, should we do jsonb for values? There is a need possibly to enrich with other values from a key.

I guess you could do key:something: value instead. Would keep it more straight forward when we go to enrich the logs.

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.

2 participants