-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Change parameter 'location' to a more relevant name #5058
Change parameter 'location' to a more relevant name #5058
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5058 +/- ##
=======================================
Coverage 91.04% 91.04%
=======================================
Files 180 180
Lines 10810 10814 +4
=======================================
+ Hits 9842 9846 +4
Misses 749 749
Partials 219 219
Continue to review full report at Codecov.
|
/cc @mx-psi |
I am unsure if this PR needs a changelog. Let me know if its needs one and I can add it. |
You need a rebase, don't feel strong about changelog, we can skip. |
14b2df1
to
c12bf26
Compare
The parameter `location` used in the `Retrieve` function of the `Provider` interface does not clearly define what it is. This PR changes it to `uri` as it more clearly defines its value, which is a data URI scheme. Closes open-telemetry#5002. Signed-off-by: Martin Hickey <[email protected]>
c12bf26
to
2d175a2
Compare
Thanks for heads up @bogdandrutu, rebased. |
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.
/cc @mx-psi please review
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.
Sorry, I was traveling today :) This LGTM, and I think we can consider this a documentation change, so we don't need a changelog
Thanks @bogdandrutu @mx-psi for reviews and merge. |
) The parameter `location` used in the `Retrieve` function of the `Provider` interface does not clearly define what it is. This PR changes it to `uri` as it more clearly defines its value, which is a data URI scheme. Closes open-telemetry#5002. Signed-off-by: Martin Hickey <[email protected]>
The parameter
location
used in theRetrieve
function of theProvider
interface does not clearly define what it is.This PR changes it to
uri
as it more clearly defines its value, which is a data URI scheme.Closes #5002.
Signed-off-by: Martin Hickey [email protected]