dodjdnh commented on code in PR #3724:
URL: https://github.com/apache/dubbo-go/pull/3724#discussion_r3980409267


##########
filter/otel/trace/semconv.go:
##########
@@ -21,6 +21,13 @@ import (
        "go.opentelemetry.io/otel/attribute"
 )
 
+const (
+       // DubboGroupKey identifies the Dubbo service group selected for an RPC.
+       DubboGroupKey attribute.Key = "dubbo.group"
+       // DubboVersionKey identifies the Dubbo service version selected for an 
RPC.
+       DubboVersionKey attribute.Key = "dubbo.version"
+)

Review Comment:
   好的



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to