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 2020/12/03 11:46:21 UTC

[GitHub] [skywalking] kezhenxu94 opened a new issue #5944: [Python] collects PVM metrics and display in the WebUI dashboard

kezhenxu94 opened a new issue #5944:
URL: https://github.com/apache/skywalking/issues/5944


   Since we're not using Jira, this is created to track the project in GSOC https://issues.apache.org/jira/browse/COMDEV-393
   
   


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

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



[GitHub] [skywalking] Superskyyy commented on issue #5944: [Python] collects PVM metrics and display in the WebUI dashboard

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


   @tushar5526 Hello, just a FYI, are you still interested in completing this feature? If so, let me know, thank you!


-- 
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 #5944: [Python] collects PVM metrics and display in the WebUI dashboard

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


   > can you mention any project which is using skywalking-python for monitoring purposes? (Any project that shows the complete process of setting up skywalking using python agent)
   
   I think you could write any server app(with some HTTP/RPC listening) in python, by using the libraries we documented in the supported list. Then follow the python agent log to install. 
   After the app is up and running, send some traffic to your app, SkyWalking UI  could visualize your access and traffic statistic. 


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

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



[GitHub] [skywalking] tushar5526 commented on issue #5944: [Python] collects PVM metrics and display in the WebUI dashboard

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


   I thought #7084 was a part of this. I think I might have to wait for #7084 to be completed before working on this. 


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

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



[GitHub] [skywalking] kezhenxu94 commented on issue #5944: [Python] collects PVM metrics and display in the WebUI dashboard

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


   > Hi
   > 
   > This looks like an interesting project. Can you provide some resources which would help me get started, especially the link for java-agent so that I can get a good idea about how to make the meter APIs with python-agent and send data to the backend?
   > 
   > 
   > 
   > so far I have gone through the skywalking docs and skywalker agent test tool ( which I suppose is used to test all the agents )
   > 
   > 
   > 
   > Thanks
   > 
   > 
   
   Hi @tushar5526 , the issue description is outdated and I just now updated it.


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

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



[GitHub] [skywalking] tushar5526 edited a comment on issue #5944: [Python] collects PVM metrics and display in the WebUI dashboard

Posted by GitBox <gi...@apache.org>.
tushar5526 edited a comment on issue #5944:
URL: https://github.com/apache/skywalking/issues/5944#issuecomment-856757780


   Hi
   This looks like an interesting project. Can you provide some resources which would help me get started, especially the link for java-agent so that I can get a good idea about how to make the meter APIs with python-agent and send data to the backend?
   
   so far I have gone through the skywalking docs and skywalker agent test tool ( which I suppose is used to test all the agents )
   
   Thanks
   


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

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



[GitHub] [skywalking] tushar5526 commented on issue #5944: [Python] collects PVM metrics and display in the WebUI dashboard

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


   Hi
   This looks like an interesting project. Can you provide some resources which would help me get started, especially the link for java-agent so that I can get a good idea about how to make the meter APIs using python-agent and send data to the backend?
   
   so far I have gone through the skywalking docs and skywalker agent test tool ( which I suppose is used to test all the agents )
   
   Thanks
   


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

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



[GitHub] [skywalking] tushar5526 edited a comment on issue #5944: [Python] collects PVM metrics and display in the WebUI dashboard

Posted by GitBox <gi...@apache.org>.
tushar5526 edited a comment on issue #5944:
URL: https://github.com/apache/skywalking/issues/5944#issuecomment-857383756


   I thought #7084 was a part of this. I think I might have to wait for gloria-veg to complete it before working on this. 


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

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



[GitHub] [skywalking] tushar5526 commented on issue #5944: [Python] collects PVM metrics and display in the WebUI dashboard

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


   Thanks, @kezhenxu94 @wu-sheng. I am able to connect the dots now. This is my first exposure to monitoring tools and I am loving the idea and this project. 
   
   So currently we can trace some [libraries](https://github.com/apache/skywalking-python/blob/master/docs/Plugins.md) and this issue's task is to also send the PVM metrics to be displayed on the dashboard and then use MAL for metric generation using the reported metrics. (Please correct me if I am wrong somewhere in my understanding )
   
   Also, can you mention any project which is using skywalking-python for monitoring purposes? (Any project that shows the complete process of setting up skywalking using python agent) 
   
   It would help me get a stronger understanding. Any blog or related article would also suffice. ( I tried googling, but couldn't get any )
   
   
   


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

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



[GitHub] [skywalking] wu-sheng commented on issue #5944: [Python] collects PVM metrics and display in the WebUI dashboard

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


   JVM reporting through some native API, https://github.com/apache/skywalking/blob/master/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/jvm/JVMService.java. 
   The JVM specific API is https://github.com/apache/skywalking-data-collect-protocol/blob/master/language-agent/JVMMetric.proto
   
   Right now, it is better to use a more general meter API to report all metrics, https://github.com/apache/skywalking-data-collect-protocol/blob/master/language-agent/Meter.proto.
   
   After you reported, you could work on MAL to do metric generation. https://skywalking.apache.org/docs/main/latest/en/setup/backend/backend-meter/


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

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