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
Currently otelify.sh always downloads the latest version of the zero code instrumentation. This works fine for most use cases, but sometimes pinning a version is desired, either for security reasons or for stability reasons.
Proposed Solution
Add a flag and environment variables that allow selecting / pinning a version per language, e.g.
otelify.sh -p java:2.0.4
or
OTELIFYSH_JAVA_AGENT_VERSION=2.0.4 otelify.sh
The text was updated successfully, but these errors were encountered:
Problem Statement
Currently
otelify.sh
always downloads the latest version of the zero code instrumentation. This works fine for most use cases, but sometimes pinning a version is desired, either for security reasons or for stability reasons.Proposed Solution
Add a flag and environment variables that allow selecting / pinning a version per language, e.g.
or
The text was updated successfully, but these errors were encountered: