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

fix: Add http.url to Excon instrumentation #1020

Merged

Conversation

tt
Copy link
Contributor

@tt tt commented Jun 16, 2024

The Excon instrumentation is not including the http.url attribute unlike most other HTTP client instrumentations.

This pull request adds that attribute for consistency. It does so by passing datum to Excon::Utils.request_uri which has been available since version 0.28.0.

Warning

The http.url attribute is deprecated already. See #1013 for additional context.

(I wasn't sure if this is a feature or a fix but going with the latter as it seems similar to #1004.)

@arielvalentin arielvalentin merged commit 2fe3930 into open-telemetry:main Jun 18, 2024
54 checks passed
@tt tt deleted the add-http-url-to-excon-instrumentation branch June 20, 2024 08:00
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