-
Notifications
You must be signed in to change notification settings - Fork 508
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
Abstract access to injected globals #1224
Abstract access to injected globals #1224
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1224 +/- ##
==========================================
+ Coverage 95.44% 95.47% +0.03%
==========================================
Files 243 244 +1
Lines 7570 7578 +8
Branches 1898 1898
==========================================
+ Hits 7225 7235 +10
+ Misses 345 343 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@@ -0,0 +1,35 @@ | |||
// Copyright (c) 2023 Uber Technologies, Inc. |
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.
// Copyright (c) 2023 Uber Technologies, Inc. | |
// Copyright (c) 2023 The Jaeger Authors. |
Create a wrapper module for accessing globals injected by the build system. This makes it easier to rename or adjust those later. Signed-off-by: Máté Szabó <mszabo@fandom.com>
dda3b97
to
b9067d0
Compare
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.
👍
## Which problem is this PR solving? - Split from jaegertracing#1212 ## Short description of the changes Create a wrapper module for accessing globals injected by the build system. This makes it easier to rename or adjust those later. Signed-off-by: Máté Szabó <mszabo@fandom.com>
Which problem is this PR solving?
Short description of the changes
Create a wrapper module for accessing globals injected by the build system. This makes it easier to rename or adjust those later.