opentelemetry-go-contrib icon indicating copy to clipboard operation
opentelemetry-go-contrib copied to clipboard

add instrumentation for beego v2

Open tonyttz opened this issue 3 years ago • 1 comments

tonyttz avatar Dec 17 '21 10:12 tonyttz

Add instrumentation for github.com/beego/beego v2

tonyttz avatar Dec 17 '21 10:12 tonyttz

Any update on this?

mm2175 avatar Jul 03 '23 02:07 mm2175

Sorry for the lack of response here. Approving this new instrumentation would require more details, especially with the documentation provided here: https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/instrumentation#new-instrumentation

dmathieu avatar Jul 03 '23 07:07 dmathieu

The latest version of beego already has some OTel support e.g. https://pkg.go.dev/github.com/beego/beego/v2/client/httplib/filter/opentelemetry and https://pkg.go.dev/github.com/beego/beego/v2/client/orm/filter/opentelemetry

I have a strong feeling that https://github.com/beego/beego is the right place for the new instrumentation.

I think you can consider reopening https://github.com/beego/beego/issues/4945 (or creating a duplicate).

pellared avatar Jul 17 '23 07:07 pellared