You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the idea of an app loading in its own additional plugins to instrument packages used only in that app. It would also encourage us to write instrumentation plugins (extending InstrumentationBase from @opentelemetry/instrumentation) for our own reusable pieces of code - going with the grain of OpenTelemetry, rather than sprinkling custom metrics within code.
Suggestion from @kavanagh!
We use the bull package in next-home-page on top of Redis.
What problem does this feature solve?
Gives us telemetry data for queue/cache data in next-home-page
Ideal solution
Could we (optionally?) allow installation of the bullmq plugin? Does it give us something useful?
Alternatives
?
The text was updated successfully, but these errors were encountered: