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
kind: Instrumentationmetadata:
name: my-instrumentationspec:
exporter:
endpoint: http://otel-collector:4317propagators:
- tracecontext
- baggage
- b3sampler:
type: parentbased_traceidratioargument: "0.25"imagePullPolicy: Alwayspython:
imagePullPolicy: IfNotPresentenv:
# Required if endpoint is set to 4317.# Python autoinstrumentation uses http/proto by default# so data must be sent to 4318 instead of 4317.
- name: OTEL_EXPORTER_OTLP_ENDPOINTvalue: http://otel-collector:4318
If so, would you have interest to send a PR or can I work on this one?
Component(s)
auto-instrumentation
Is your feature request related to a problem? Please describe.
The current setup relies on the default behavior of kubernetes imagePullPolicy as it is not set explicitly.
Describe the solution you'd like
Add a field to the instrumentation CRDs and config flags to support setting image pull policies globally or per instrumentation.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: