You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/01/12 08:09:11 UTC

[GitHub] [skywalking] katelei6 opened a new issue #8413: [Bug] skywalking can not catch the endpoint by python fastAPI

katelei6 opened a new issue #8413:
URL: https://github.com/apache/skywalking/issues/8413


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Apache SkyWalking Component
   
   Python Agent (apache/skywalking-python)
   
   ### What happened
   
   we use python,and use fastAPI
   config:
   from fastapi import FastAPI
   from skywalking import agent, config
   
   app = FastAPI()
   
   config.init(collector_address='11.65.20.5:11800', service_name='your awesome service')
   agent.start()
   @app.get("/test")
   async def root():
       return {"message": "Hello World"}
   
   but the UI cannot find the endpoint
   
   
   ### What you expected to happen
   
   so I think skywalking is not support the fastAPI
   when we use flask,the endpoint can be catched.
   
   
   ### How to reproduce
   
   ![image](https://user-images.githubusercontent.com/79354895/149088268-f1908119-2aab-4694-9402-85b85ce78173.png)
   
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #8413: [Bug] skywalking can not catch the endpoint by python fastAPI

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #8413:
URL: https://github.com/apache/skywalking/issues/8413#issuecomment-1010782718


   Yes, you need a new plugin.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #8413: [Bug] skywalking can not catch the endpoint by python fastAPI

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #8413:
URL: https://github.com/apache/skywalking/issues/8413#issuecomment-1010761084


   FastAPI is not on the support list. Please read document before submitting an issue.
   
   https://skywalking.apache.org/docs/skywalking-python/latest/en/setup/plugins/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] katelei6 commented on issue #8413: [Bug] skywalking can not catch the endpoint by python fastAPI

Posted by GitBox <gi...@apache.org>.
katelei6 commented on issue #8413:
URL: https://github.com/apache/skywalking/issues/8413#issuecomment-1010774718


   if we want to use fastAPI and skywalking can support
   we shoud develop the plugin to support?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng closed issue #8413: [Bug] skywalking can not catch the endpoint by python fastAPI

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #8413:
URL: https://github.com/apache/skywalking/issues/8413


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org