apache / dubbo-go

Go Implementation For Apache Dubbo .
https://dubbo.apache.org/
Apache License 2.0
4.74k stars 931 forks source link

dubbo otel sdk is too old #2733

Open NameHaibinZhang opened 2 months ago

NameHaibinZhang commented 2 months ago

What would you like to be added:

Why is this needed:

opentelemetry go sdk the new release version is v1.30.0, but dubbogo is always use v1.10.0, more api is not exist in the new version,should update the otel go sdk

AlexStocks commented 2 months ago

will you submit a PR to update the opentelemetry go sdk version?