-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix: remove refs to otel, other than the api #230
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #230 +/- ##
==========================================
+ Coverage 61.24% 62.04% +0.80%
==========================================
Files 36 35 -1
Lines 2975 2664 -311
==========================================
- Hits 1822 1653 -169
+ Misses 1006 883 -123
+ Partials 147 128 -19 ☔ View full report in Codecov by Sentry. |
@@ -30,7 +30,7 @@ const ( | |||
pythonInitContainerName = initContainerName + "-python" | |||
) | |||
|
|||
var _ Injector = (*GoInjector)(nil) | |||
var _ Injector = (*PythonInjector)(nil) |
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.
Minor fix
@@ -150,8 +150,6 @@ func (i *PhpInjector) Inject(ctx context.Context, inst v1beta1.Instrumentation, | |||
pod.Spec.InitContainers = append(pod.Spec.InitContainers, initContainer) | |||
} | |||
|
|||
pod = i.injectNewrelicEnvConfig(ctx, inst.Spec.Resource, ns, pod, firstContainer) |
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.
minor fix
Description
Removes Golang (replaces #229)
Removes Otel related injection which was specifically for golang
Switches to use
current
as the api version internally, which should make it easier to manager version upgrades 🤞Type of change
Checklist: