-
Notifications
You must be signed in to change notification settings - Fork 451
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 support for nodejs and python image defaulting and upgrade #607
Add support for nodejs and python image defaulting and upgrade #607
Conversation
Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Pavol Loffay <[email protected]>
@VineethReddy02 would you like to review? |
Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Pavol Loffay <[email protected]>
@VineethReddy02 friendly ping. Please review this one, it finishes the feature parity for all auto-instrumentations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR @pavolloffay
LGTM!
cc @jpkrohling for the final review (totally optional Juraci, if you are occupied)!
inst.Annotations[v1alpha1.AnnotationDefaultAutoInstrumentationNodeJS] = u.DefaultAutoInstrNodeJS | ||
} | ||
} | ||
autoInstNodePython := inst.Annotations[v1alpha1.AnnotationDefaultAutoInstrumentationPython] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
autoInstNodePython
-> autoInstPython
node as python suffix is bit confusing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch this is a typo. fixed
Signed-off-by: Pavol Loffay <[email protected]>
Your approval is enough. Merging. |
…telemetry#607) * Add support nodejs and python image defaulting and upgrade Signed-off-by: Pavol Loffay <[email protected]> * Fix Signed-off-by: Pavol Loffay <[email protected]> * Fix Signed-off-by: Pavol Loffay <[email protected]> * Fix Signed-off-by: Pavol Loffay <[email protected]> * Fix Signed-off-by: Pavol Loffay <[email protected]> * Fix typo Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Pavol Loffay [email protected]
Defaulting and upgrading for Java auto-instrumentation already exists.