Skip to content

FR: adding OpenTelemetry instrumentation package #908

@SiriusKoan

Description

@SiriusKoan

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>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions