launchdarkly / go-server-sdk

LaunchDarkly Server-side SDK for Go
Other
40 stars 17 forks source link

feat: Implement otel tracing hook. #130

Closed kinyoklion closed 2 months ago

kinyoklion commented 3 months ago

Adds the otel hook. Adds a workspace.

Before using the workspace you need to:

make workspace
kinyoklion commented 3 months ago

This PR should not be merged until after hooks have been released in a go-server-sdk version.

kinyoklion commented 3 months ago

I'll make more monorepo features in another branch.

Changed my mind and added things here.

kinyoklion commented 3 months ago

I think I have convinced myself to have 2 ci workflows though, and will do that here.

Other monorepo tasks would be: ldotel readme potentially issue templates to let you make module specific issues.