Commit 0e7244b
HTTP semantic convention stability migration for Tornado (#3993)
* Add Tornado http semconv opt-in
* lint
* Add test
* changelog
* lint
* Update CHANGELOG.md
* Update instrumentation/opentelemetry-instrumentation-tornado/src/opentelemetry/instrumentation/tornado/__init__.py
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
* Update instrumentation/opentelemetry-instrumentation-tornado/src/opentelemetry/instrumentation/tornado/__init__.py
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
* Add tornado semconv_status
* Simplify path check, record vars
* tornado sem_conv_opt_in_mode as attr and arg
* add Tornado set_http_url, set_http_user_agent
* Fix set_http_target call
* Sanitize for _set_http_target tornado
* Update instrumentation/opentelemetry-instrumentation-tornado/src/opentelemetry/instrumentation/tornado/__init__.py
---------
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>1 parent fc3a76b commit 0e7244b
File tree
7 files changed
+930
-163
lines changed- instrumentation
- opentelemetry-instrumentation-tornado
- src/opentelemetry/instrumentation/tornado
- tests
7 files changed
+930
-163
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments