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
|`REQUIRE_BUNDLER`| Set to `true` if you are using Bundler to install gems but without `Bundler.require` in your script during initialization. | nil | N/A |
130
-
|`USE_BUNDLE_EXEC`| Set to `true` if initializing through `bundle exec`. | nil | N/A |
131
-
|`ADDITIONAL_GEM_PATH`| Intended to be used for the OpenTelemetry Operator environment if you install `zero-code-instrumentation` to a customized path. | nil | N/A |
132
-
|`OTEL_OPERATOR`| Set to `true` to set the binding path for the OpenTelemetry Operator. |`/otel-auto-instrumentation-ruby`| N/A |
129
+
|`OTEL_RUBY_REQUIRE_BUNDLER`| Set to `true` if you are using Bundler to install gems but without `Bundler.require` in your script during initialization. | nil | N/A |
130
+
|`OTEL_RUBY_ADDITIONAL_GEM_PATH`| Intended to be used for the OpenTelemetry Operator environment if you install `zero-code-instrumentation` to a customized path. | nil | N/A |
131
+
|`OTEL_RUBY_OPERATOR`| Set to `true` to set the binding path for the OpenTelemetry Operator. |`/otel-auto-instrumentation-ruby`| N/A |
133
132
|`OTEL_RUBY_RESOURCE_DETECTORS`| Determine what kind of resource detector is needed. Currently supports `container`, `azure`, and `google_cloud_platform`. Use commas to separate multiple detectors. | nil |`container,azure`|
134
133
|`OTEL_RUBY_ENABLED_INSTRUMENTATIONS`| Shortcut used when you only want to instrument one or a couple of particular libraries. | nil |`redis,active_record`|
135
-
|`ZERO_CODE_DEBUG`| Set to `true` if want to see some debug information. This to avoid preload logger gem | nil | N/A |
134
+
|`OTEL_RUBY_ZERO_CODE_DEBUG`| Set to `true` if want to see some debug information. This to avoid preload logger gem | nil | N/A |
135
+
|`OTEL_RUBY_UNLOAD_LIBRARY`| Use OTEL_RUBY_UNLOAD_LIBRARY to avoid certain gem preload (esp. google protobuf) | nil | N/A |
0 commit comments