mltrace
mltrace copied to clipboard
Follow the opentelemetry specifications for Tracing Entities
For example, Tracing API spec allow any third party to ingest the produced Tracing Entities in a standard manner: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md
- Have a schema to produce and ingest Entities
- Redefine the DB Data Model according to the schema Ref: https://github.com/open-telemetry/opentelemetry-specification
Putting it on the backlog!