cisco-open / otelify.sh

Zero-code instrumentation for every application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add the ability to pin versions of zero code instrumentations

svrnm opened this issue · comments

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.

otelify.sh -p java:2.0.4

or

OTELIFYSH_JAVA_AGENT_VERSION=2.0.4 otelify.sh