Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add auto instrumentation for aiohttp server #501

Closed
marcinzaremba opened this issue May 19, 2021 · 4 comments
Closed

Add auto instrumentation for aiohttp server #501

marcinzaremba opened this issue May 19, 2021 · 4 comments
Assignees

Comments

@marcinzaremba
Copy link
Contributor

marcinzaremba commented May 19, 2021

Before opening a feature request against this repo, consider whether the feature should/could be implemented in the other OpenTelemetry client libraries. If so, please open an issue on opentelemetry-specification first.

Is your feature request related to a problem?
As usual for the auto instrumentation problems would be:
everyone needs to write their own middleware/wrapper to instrument a server application based on aiohttp

Describe the solution you'd like
Out of the box auto instrumentation for an aiohttp server application resembling all the other HTTP frameworks auto instrumentations (also to complete the aiohttp support; currently only client part of the library is covered with an auto instrumentation: https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aiohttp-client)

Describe alternatives you've considered

Additional context

@marcinzaremba
Copy link
Contributor Author

I can contribute if no one else is already working on it.

@lzchen
Copy link
Contributor

lzchen commented May 19, 2021

@marcinzaremba
Great thanks.

@marcinzaremba
Copy link
Contributor Author

starting development on this one

@nesb1
Copy link
Contributor

nesb1 commented Jan 29, 2025

Must be closed because #1800 is done

@emdneto emdneto closed this as completed Jan 30, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

4 participants