Skip to content

Add support instrumentation for Tornado 5.1.1#812

Merged
owais merged 2 commits intoopen-telemetry:mainfrom
nicholasgribanov:tornado
Nov 17, 2021
Merged

Add support instrumentation for Tornado 5.1.1#812
owais merged 2 commits intoopen-telemetry:mainfrom
nicholasgribanov:tornado

Conversation

@nicholasgribanov
Copy link
Contributor

Description

Now tornado-instrumentaion support only Tornado version more than 6.0, but in instrumentation code not anything specifics for Tornado 6 there are. There is release note for Tornado 6.0, and noone backwards-incompatible changes using in actual implementation of instumentation. I've tested Tornado instrumentation for last 5s version (5.1.1) in my highload project for this version and it works for me. Alternative way, using opentracing instead of opentelemetry, is not quite good, because a lot of part of microserfices may using opentelemetry for Java, Go and different languages. For more complecevity good reason for using opentelemetry for old tornado version.

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

Run current tests for Tornado 5.1.1 on Python 3.8.10. Start up on highload service (8000 rps) on pythonv 3.8.10. Check generated span and send throgh OTL. As a result - see span on Jaeger.

Does This PR Require a Core Repo Change?

  • No.

Checklist:

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added. Not reasons for add new tests
  • Documentation has been updated

@nicholasgribanov nicholasgribanov requested a review from a team November 17, 2021 11:57
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Nov 17, 2021

CLA Signed

The committers are authorized under a signed CLA.

@owais owais enabled auto-merge (squash) November 17, 2021 17:22
@owais owais merged commit e6dff7e into open-telemetry:main Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants