pax_global_header 0000666 0000000 0000000 00000000064 15116543501 0014513 g ustar 00root root 0000000 0000000 52 comment=b4c13279187941b561de5d62e6483a91759ba123
python-opentelemetry-1.39.1/ 0000775 0000000 0000000 00000000000 15116543501 0016021 5 ustar 00root root 0000000 0000000 python-opentelemetry-1.39.1/.codespellrc 0000664 0000000 0000000 00000000326 15116543501 0020322 0 ustar 00root root 0000000 0000000 [codespell]
# skipping auto generated folders
skip = ./.tox,./.mypy_cache,./docs/_build,./target,*/LICENSE,./venv,.git,./opentelemetry-semantic-conventions,*-requirements*.txt
ignore-words-list = ans,ue,ot,hist,ro
python-opentelemetry-1.39.1/.coveragerc 0000664 0000000 0000000 00000000047 15116543501 0020143 0 ustar 00root root 0000000 0000000 [run]
omit =
*/tests/*
*/gen/*
python-opentelemetry-1.39.1/.gitattributes 0000664 0000000 0000000 00000000152 15116543501 0020712 0 ustar 00root root 0000000 0000000 # tells github that proto code is generated
opentelemetry-proto/src/**/*_pb2*.py* linguist-generated=true
python-opentelemetry-1.39.1/.github/ 0000775 0000000 0000000 00000000000 15116543501 0017361 5 ustar 00root root 0000000 0000000 python-opentelemetry-1.39.1/.github/CODEOWNERS 0000664 0000000 0000000 00000000305 15116543501 0020752 0 ustar 00root root 0000000 0000000 # Code owners file.
# This file controls who is tagged for review for any given pull request.
# For anything not explicitly taken by someone else:
* @open-telemetry/python-approvers
python-opentelemetry-1.39.1/.github/ISSUE_TEMPLATE/ 0000775 0000000 0000000 00000000000 15116543501 0021544 5 ustar 00root root 0000000 0000000 python-opentelemetry-1.39.1/.github/ISSUE_TEMPLATE/bug_report.yaml 0000664 0000000 0000000 00000006701 15116543501 0024604 0 ustar 00root root 0000000 0000000 ---
name: Bug Report
description: Create a report to help us improve
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! Please make sure to fill out the entire form below, providing as much context as you can in order to help us triage and track down your bug as quickly as possible.
Before filing a bug, please be sure you have searched through [existing bugs](https://github.com/open-telemetry/opentelemetry-python/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Abug) to see if your bug is already addressed.
If your bug is related to an instrumentation or plugin in [opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib) please be sure to file it there.
- type: textarea
id: environment
attributes:
label: Describe your environment
description: |
Please describe any aspect of your environment relevant to the problem, including your Python version, [platform](https://docs.python.org/3/library/platform.html), version numbers of installed dependencies, information about your cloud hosting provider, etc. If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on main.
value: |
OS: (e.g, Ubuntu)
Python version: (e.g., Python 3.9.10)
SDK version: (e.g., 1.25.0)
API version: (e.g., 1.25.0)
- type: textarea
attributes:
label: What happened?
description: Please provide as much detail as you reasonably can.
validations:
required: true
- type: textarea
attributes:
label: Steps to Reproduce
description: Provide a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). We will close the issue if the repro project you share with us is complex or we cannot reproduce the behavior you are reporting. We cannot investigate custom projects, so don't point us to such, please.
validations:
required: true
- type: textarea
attributes:
label: Expected Result
description: What did you expect to see?
validations:
required: true
- type: textarea
attributes:
label: Actual Result
description: What did you see instead?
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context about the problem here.
placeholder: Any additional information...
- type: dropdown
id: contribute
attributes:
label: Would you like to implement a fix?
description: For guidance on how to get started, refer to the [contribution guide](https://github.com/open-telemetry/opentelemetry-python/blob/main/CONTRIBUTING.md).
options:
- "No"
- "Yes"
- type: dropdown
attributes:
label: Tip
description: This element is static, used to render a helpful sub-heading for end-users and community members to help prioritize issues. Please leave as is.
options:
- [React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).
default: 0
python-opentelemetry-1.39.1/.github/ISSUE_TEMPLATE/config.yml 0000664 0000000 0000000 00000000241 15116543501 0023531 0 ustar 00root root 0000000 0000000 contact_links:
- name: Slack
url: https://cloud-native.slack.com/archives/C01PD4HUVBL
about: Or the `#otel-python` channel in the CNCF Slack instance.
python-opentelemetry-1.39.1/.github/ISSUE_TEMPLATE/feature_request.yaml 0000664 0000000 0000000 00000005033 15116543501 0025634 0 ustar 00root root 0000000 0000000 ---
name: Feature Request
description: Suggest an idea for this project
labels: [feature-request]
body:
- type: markdown
attributes:
value: |
Before opening a feature request against this repo, consider whether the feature should/could be implemented in the [other OpenTelemetry client libraries](https://github.com/open-telemetry/). If so, please [open an issue on opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification/issues/new) first.
- type: textarea
id: related-problem
attributes:
label: Is your feature request related to a problem?
description: Is your feature request related to a problem? If so, provide a concise description of the problem.
placeholder: Include the Issue ID from this or other repos.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: What do you want to happen instead? What is the expected behavior?
placeholder: I'd like to ...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: Which alternative solutions or features have you considered?
placeholder: Some potential solutions
validations:
required: false
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Add any other context about the feature request here.
placeholder: Some related requests in other projects or upstream spec proposals.
validations:
required: false
- type: dropdown
id: contribute
attributes:
label: Would you like to implement a fix?
description: |
For guidance on how to get started, refer to the [contribution guide](https://github.com/open-telemetry/opentelemetry-python/blob/main/CONTRIBUTING.md).
options:
- "No"
- "Yes"
- type: dropdown
attributes:
label: Tip
description: This element is static, used to render a helpful sub-heading for end-users and community members to help prioritize issues. Please leave as is.
options:
- [React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).
default: 0
python-opentelemetry-1.39.1/.github/dependabot.yml 0000664 0000000 0000000 00000001103 15116543501 0022204 0 ustar 00root root 0000000 0000000 # Keep GitHub Actions up to date with GitHub's Dependabot...
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
version: 2
updates:
- package-ecosystem: github-actions
directory: /
groups:
github-actions:
patterns:
- "*" # Group all Actions updates into a single larger pull request
schedule:
interval: weekly
python-opentelemetry-1.39.1/.github/pull_request_template.md 0000664 0000000 0000000 00000003430 15116543501 0024322 0 ustar 00root root 0000000 0000000 # Description
Fixes # (issue)
## Type of change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
# How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
- [ ] Test A
# Does This PR Require a Contrib Repo Change?
- [ ] Yes. - Link to PR:
- [ ] No.
# Checklist:
- [ ] Followed the style guidelines of this project
- [ ] Changelogs have been updated
- [ ] Unit tests have been added
- [ ] Documentation has been updated
python-opentelemetry-1.39.1/.github/rtd-build-instructions.png 0000664 0000000 0000000 00002035743 15116543501 0024535 0 ustar 00root root 0000000 0000000 PNG
IHDR ~ H f? sRGB DeXIfMM * i ~ H K @ IDATx eUy}ιVc80VQaP!qF[$6EvۉFj?4&b4_!fPӭQ݉
ef 7I.>@99%@YCz}T`0Fx:
ƃAU3L?b>D_Xv)JȜe:k9`Nq\ܛsܛ\[0eAm- ~<9d0A/~nb0MՌљMfE ثM()>
rC(4. ,QυS,L!c)%Mf:Reu0[4ѓ$MuhxKR ZTyohl
M38?ӟp2G5Z"2,~i$C{[fT}fkjf):[g&f[8t pI&ꙶ