Skip to content

Feature Request: automatic instrumentation for asyncclick #3318

@jomcgi

Description

@jomcgi

What problem do you want to solve?

asyncclick is an async fork of click.
The existing click autoinstrumentation is compatible if you patch the import:
import click -> import asyncclick as click

Describe the solution you'd like

A separate autoinstrumentation package for the async fork of click.

Describe alternatives you've considered

Coupling this to the existing click autoinstrumentation adds an unnecessary dependency for most existing users and could become more complex as the libraries diverge.
A little duplication is better than a little coupling.

Additional Context

Related issue for a project using asyncclick:
tahnok/colmi_r02_client#38

Would you like to implement a fix?

Yes

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions