OpenTelemetry SDK #3
-
|
Is there any reason you're not just building a package that configures the OpenTelemetry SDK and wraps Laravel-specific features? That alone would be a HUGE help to people who already have other services instrumented with OpenTelemetry in other languages. I feel like building your own implementation of the spec will add a lot of unnecessary work to this package. There's an official "example" of OpenTelementry in Laravel here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I've done this for a few other packages, but with mixed result. The office SDK feels alpha and a lot of breaking changes can still be made. I don't want to be hit by those changes. Our package is kinda simple, and it actually uses some small parts from the SDK that were not trivial to implement. I feel that, as a maintainer, this gives me the best of both worlds. |
Beta Was this translation helpful? Give feedback.
I've done this for a few other packages, but with mixed result. The office SDK feels alpha and a lot of breaking changes can still be made. I don't want to be hit by those changes.
Our package is kinda simple, and it actually uses some small parts from the SDK that were not trivial to implement. I feel that, as a maintainer, this gives me the best of both worlds.