Note, this project is not affiliated with, nor endorsed by instana
This bundle aims to explore how to integrate a PHP application into Instanas tracing tool.
It doesnt make use of the C-extension, but rather uses the instana PHP SDK in combination with the OpenTracing PHP SDK.
The main goal is to integrate the crucial parts of the application framework with the instrumentation.
The result is impressive - it's a bit like having the debug bar in production.
Currently, the bundle can:
ArgumentResolver and ControllerResolverOne should be able to extend the tracing by simply injecting the
opentracing.tracer.default service into any of your services,
create a new span and it's done.

MIT
How can I help you explore Laravel packages today?