Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to pin versions of zero code instrumentations #7

Open
svrnm opened this issue Jul 25, 2024 · 0 comments
Open

Add the ability to pin versions of zero code instrumentations #7

svrnm opened this issue Jul 25, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@svrnm
Copy link
Member

svrnm commented Jul 25, 2024

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 
@svrnm svrnm added enhancement New feature or request help wanted Extra attention is needed labels Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant