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

Implement basic OpenTelemetry support #522

Merged
merged 10 commits into from
Jun 29, 2022
Merged

Conversation

svix-daniel
Copy link
Contributor

@svix-daniel svix-daniel commented Jun 24, 2022

This PR integrates OpenTelemetry support and creates middleware for Axum that ensures that the spans created for each request follow OpenTelemetry conventions.

Fixes #344

@svix-daniel svix-daniel force-pushed the daniel/opentelemetry branch from c0a5142 to 8a7d27b Compare June 27, 2022 20:02
@svix-daniel svix-daniel marked this pull request as ready for review June 27, 2022 20:44
svix-dylan
svix-dylan previously approved these changes Jun 27, 2022
@tasn
Copy link
Member

tasn commented Jun 27, 2022

I haven't really reviewed the code, as Dylan already has, I just reviewed the docs + main.rs. Though it looks great from what I've seen!

@svix-daniel svix-daniel merged commit a6e6cc9 into main Jun 29, 2022
@svix-daniel svix-daniel deleted the daniel/opentelemetry branch June 29, 2022 16:31
svix-daniel added a commit that referenced this pull request Jun 29, 2022
Fixes a README segment with a typo

Follow up to #522
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.

Start using the OpenTelemetry crate for telemtry
3 participants