-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[cmd/telemetrygen] Add span links support to telemetrygen #43007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Welcome, contributor! Thank you for your contribution to opentelemetry-collector-contrib. Important reminders:
A maintainer will review your pull request soon. Thank you for helping make OpenTelemetry better! |
5be06d6 to
7dda26d
Compare
bf9416d to
bc0939c
Compare
andreasgerstmayr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, nice work 🚀!
I added two minor suggestions.
Assisted by Claude code using Gemini API.
bc0939c to
652a8e7
Compare
|
Thank you for your contribution @IshwarKanse! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this survey. |
Description
This PR adds span links support to telemetrygen, enabling the generation of spans with links to previously created spans.
The new
--span-linksflag allows users to specify the number of span links to generate for each span, creatingrelationships between spans for testing distributed tracing scenarios.
Key features:
--span-linkscommand line flag to control the number of links per spanTesting
--span-linksvalues (0, 1, 5, 10)Documentation
--span-linksflag