Skip to content

enhancement(lading_payload): add new service topology-based OTLP traces generator#1755

Draft
tobz wants to merge 1 commit intomainfrom
tobz/realistic-otlp-traces-generation
Draft

enhancement(lading_payload): add new service topology-based OTLP traces generator#1755
tobz wants to merge 1 commit intomainfrom
tobz/realistic-otlp-traces-generation

Conversation

@tobz
Copy link
Member

@tobz tobz commented Feb 7, 2026

What does this PR do?

WIP.

Motivation

What inspired you to submit this pull request?

Related issues

A list of issues either fixed, containing architectural discussions, otherwise relevant
for this Pull Request.

Additional Notes

Anything else we should know when reviewing?

Comment on lines +3 to +6
//! Unlike the random-string-based generator in [`super::trace`], this generator lets users define a
//! distributed system topology — services, their operations, and the call graph between them — and
//! produces traces that walk that topology. All string data comes from the user configuration or
//! built-in dictionaries, producing output that resembles real distributed system traffic.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm really liking where this is going. I'd even be interested in swapping this for the other implementation.

Copy link
Member Author

Choose a reason for hiding this comment

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

🙇🏻

Yeah, it's working well so far. It's still a little verbose for my taste, and I want to explore how we might shrink down how we define the operations/links.

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