-
Notifications
You must be signed in to change notification settings - Fork 828
Remove Configuration
#1523
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
Remove Configuration
#1523
Changes from 18 commits
7e1c95b
1a60ce5
afeef4a
33278be
c77abbb
4ec1384
01ffc28
b72fe80
64f6428
94f3028
ddb576a
65e2f88
af1a2a8
0d5c797
7e29a8b
98f7e7f
66739c6
1cce236
0aff92e
d3fe740
05648ea
6329a25
a2f0e3f
7e593ad
291179f
6bebd84
09b010c
ffe29db
d45bc85
21134b4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
| - Allow missing carrier headers to continue without raising AttributeError | ||
| ([#1545](https://github.com/open-telemetry/opentelemetry-python/pull/1545)) | ||
|
|
||
| ### Removed | ||
| - Remove Configuration | ||
| ([#1523](https://github.com/open-telemetry/opentelemetry-python/pull/1523)) | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we should probably also add a changelog note about the changing variable names
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should also contain a note about the changing args in opentelemetry-instrument |
||
| ## [0.17b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v0.17b0) - 2021-01-20 | ||
|
|
||
| ### Added | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ OpenTelemetry Python API | |
| :maxdepth: 1 | ||
|
|
||
| baggage | ||
| configuration | ||
| context | ||
| metrics | ||
| trace | ||
| environment_variables | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| opentelemetry.environment_variables package | ||
| =========================================== | ||
|
|
||
| Module contents | ||
| --------------- | ||
|
|
||
| .. automodule:: opentelemetry.environment_variables |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| opentelemetry.sdk.environment_variables | ||
| ======================================= | ||
|
|
||
| .. TODO: what is the SDK | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 1 | ||
|
|
||
| .. automodule:: opentelemetry.sdk.environment_variables | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,3 +10,4 @@ OpenTelemetry Python SDK | |
| resources | ||
| trace | ||
| error_handler | ||
| environment_variables | ||
Uh oh!
There was an error while loading. Please reload this page.