-
Notifications
You must be signed in to change notification settings - Fork 969
fix: separate pylint config for opentracing example to resolve FIXME #5037
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
Closed
chimchim89
wants to merge
27
commits into
open-telemetry:main
from
chimchim89:fix/separate-pylint-config
Closed
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
7247215
fix: separate pylint config for opentracing example to resolve FIXME
chimchim89 e077525
chore: regenerate workflows for opentracing example lint env
chimchim89 23a4225
fix: remove pylint disable and resolve FIXME in opentracing example
chimchim89 f86bdf0
fix: use dedicated .pylintrc for opentracing example and add newline
chimchim89 a087728
feat(config): Add TracerProvider support for declarative config (#4985)
MikeGoldsmith b508f3a
feat(config): wire container resource detector via entry point loadin…
MikeGoldsmith 063746b
feat(config): add host resource detector support for declarative conf…
MikeGoldsmith 777526c
feat(config): Add MeterProvider support for declarative config (#4987)
MikeGoldsmith d6a9067
[chore]: update readme (#5060)
maryliag 915f50e
misc: update version for codegen-json and proto-json packages (#5061)
herin049 35b63eb
feat: add experimental logger configurator (#4980)
herin049 5154471
Update version to 1.42.0.dev/0.63b0.dev (#5065)
otelbot[bot] 9f980c3
opentelemetry-sdk: fix a bunch of wrong type imports (#5062)
xrmx 8791d9e
eachdist.ini: opentelemetry-proto-json is still a prerelease (#5066)
xrmx affffd9
opentelemetry-sdk: fix a couple of unbound variables in tests (#5063)
xrmx e1044c3
Fix tracer_scope argument in benchmark test (#5078)
emdneto 06233ad
feat(config): add service resource detector support for declarative c…
MikeGoldsmith d51fe6f
opentelemetry-sdk: make SynchronousMeasurementConsumer collect deadli…
xrmx 4eceac9
Drop Python 3.9 support (#5076)
emdneto 3c3b54a
Add logger exception support for logs API/SDK (#4908)
iblancasa bec4a11
feat(config): Add LoggerProvider support for declarative config (#4990)
MikeGoldsmith 504b421
docs: add changelog entry for pylint config fix #5037
chimchim89 40c54fb
fix: resolve merge conflict in CHANGELOG.md
chimchim89 b1e1e11
Merge branch 'main' into fix/separate-pylint-config
chimchim89 9f1f774
Merge branch 'main' into fix/separate-pylint-config
chimchim89 26f6028
Merge branch 'main' into fix/separate-pylint-config
chimchim89 0dc692b
Merge branch 'main' into fix/separate-pylint-config
chimchim89 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| [MASTER] | ||
| init-hook='import sys; sys.path.insert(0, ".")' | ||
|
|
||
| [MESSAGES CONTROL] | ||
| disable=missing-docstring, | ||
| too-few-public-methods | ||
|
|
||
| [FORMAT] | ||
| expected-line-ending-format= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This should now be put into
.changelog/5037.fixed, please refer toCONTRIBUTING.md