wu-sheng commented on code in PR #13074: URL: https://github.com/apache/skywalking/pull/13074#discussion_r1977131624
########## docs/en/setup/backend/dashboards-so11y-go-agent.md: ########## @@ -0,0 +1,32 @@ +# Go Agent self observability dashboard + +SkyWalking go agent reports itself metrics by Meter APIS in order to measure tracing performance. +it also provides a dashboard to visualize the agent metrics. + +## Data flow +1. SkyWalking go agent reports metrics data internally and automatically. +2. SkyWalking OAP accept these meters through native protocols. Review Comment: ```suggestion 2. SkyWalking OAP receives these meters through native protocols. ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
