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

Initial support for OpenTelemetry #86

Merged
merged 6 commits into from
Sep 11, 2024
Merged

Initial support for OpenTelemetry #86

merged 6 commits into from
Sep 11, 2024

Conversation

jschlyter
Copy link
Member

@jschlyter jschlyter commented Sep 9, 2024

Send traces and basic metrics via OTLP. Need review feedback on terminology and configuration parameters.

@jschlyter jschlyter requested a review from eest September 9, 2024 10:28
Copy link
Member

@oej oej left a comment

Choose a reason for hiding this comment

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

Looking good

Copy link
Member

@eest eest left a comment

Choose a reason for hiding this comment

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

The only thing I am uncertain about is if it is better to name spans more closely to the functions they wrap, e.g. replacing the name "s3.put_object" with "s3_client.put_object" which is actually being called, mainly because it means when inspecting trace data you always talk about the same things being called and is one layer less of indirection. But it is not a dealbreaker for me, so LGTM.

@jschlyter jschlyter merged commit cb13f72 into main Sep 11, 2024
4 checks passed
@jschlyter jschlyter deleted the opentelemetry branch September 11, 2024 06:32
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.

3 participants