Open
Description
Component(s)
auto-instrumentation
Is your feature request related to a problem? Please describe.
I'd like to open a feature request to include Ruby autoinstrumentation in the operator's autoinstrumentation.
The approach to autoinstrumentation should be similar to Node.js. Node.js uses NODE_OPTIONS
to preload the OpenTelemetry library before loading or installing other libraries. Ruby can use RUBYOPT
to preload the OpenTelemetry library.
The process of pod mutation is the same as other languages' autoinstrumentation (e.g., injectXXXSDK
).
Autoinstrumentation script is waiting for review (PR)
Describe the solution you'd like
Current possible solution in PR 3756.
Describe alternatives you've considered
No response
Additional context
No response