Commit 6d3bbfb
feat: add support for aiobotocore instrumentation (#4049)
* initial implementation for aiobotocore instrumentation
* fix failing tests
* add basic set of tests for aiobotocore instrumentation
* update CHANGELOG.md
* address comments and update tests to run with and without aiobotocore installed
* update workflows and fix lock file
* update tests
* fix lint
* Update botocore documentation to include aiobotocore
* update bootstrap_gen.py
* update botocore instrumentation test deps
* update uv.lock
* fix CHANGELOG.md and remove unused variable in tests
---------
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>1 parent bd01dcd commit 6d3bbfb
22 files changed
Lines changed: 2085 additions & 850 deletions
File tree
- .github/workflows
- instrumentation
- opentelemetry-instrumentation-botocore
- src/opentelemetry/instrumentation/botocore
- extensions
- tests
- opentelemetry-instrumentation/src/opentelemetry/instrumentation
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
780 | 840 | | |
781 | 841 | | |
782 | 842 | | |
| |||
0 commit comments