Skip to content

Add IDs to all observability signals #15223

@epinzur

Description

@epinzur

Add unique IDs to all observability signals, created at event emission time.

Spans already have unique IDs (traceId + spanId)

But we should create unique IDs for each log, metric, score, feedback, etc..

LogId would ideally use the same format as logId in otel...if a standard exists.

Others can be just uuids.

Primary use case today is use as a de-duplication key in our OLAP stores, but also can help with linking signals to other systems.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions