mrproliu commented on code in PR #203: URL: https://github.com/apache/skywalking-go/pull/203#discussion_r1766112915
########## docs/en/agent/support-plugins.md: ########## @@ -11,9 +11,11 @@ metrics based on the tracing data. * `fasthttp`: [FastHttp](https://github.com/valyala/fasthttp) tested v1.10.0 to v1.50.0. * `fiber`: [Fiber](https://github.com/gofiber/fiber) tested v2.49.0 to v2.50.0. * `echov4`: [Echov4](https://github.com/labstack/echo) tested v4.0.0 to v4.11.4 + * `goframe`: [GoFrame](https://github.com/gogf/gf/) tested v2.6.0 to v2.7.3 * HTTP Client * `http`: [Native HTTP](https://pkg.go.dev/net/http) tested go v1.19 to go v1.23. * `fasthttp`: [FastHttp](https://github.com/valyala/fasthttp) tested v1.10.0 to v1.50.0. + * `goframe`: [GoFrame](https://github.com/gogf/gf/) tested v2.6.0 to v2.7.3 Review Comment: Looks like you just implement the server side 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
