-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
Problem
Tracing is critical to modern monitoring, and many popular packages build their own OpenTelemetry instrumentation to provide tracing.
However, there seems no similar solution for line-bot-sdk-python now, and developers have to do manual instrumentation or use existing instrumentation from other related packages, such as opentelemetry-instrumentation-flask (if website hosted with Flask) and opentelemetry-instrumentation-requests (if making HTTP requests manually).
Solution
Allowing tracing the Line API made from this SDK by simply installing a package named opentelemetry-instrumentation-<a good name for line-bot-sdk-python>.