Skip to content
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

Generate unique identifiers for traces and spans #75

Merged
merged 2 commits into from
Oct 28, 2021

Conversation

istathar
Copy link
Member

Get UUIDs for trace and span IDs. For visual uniqueness, express trace IDs to Latin25 and span IDs in Base62, picking the more compact Base62 for spans since those are generated no matter what, whereas trace IDs may be passed in but if not, are more visually distinct as Latin25.

Closes #69.

@istathar istathar added the core-telemetry Issues involving sending telemetry to an observability service label Oct 28, 2021
@istathar istathar self-assigned this Oct 28, 2021
@istathar istathar merged commit 658a6dd into aesiniath:main Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-telemetry Issues involving sending telemetry to an observability service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure generated trace and span identifiers are unique
1 participant