Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v4.9.0
Released 2024-07-01
Breaking Changes
chore(instrumentation): move instrumentation configuration from opentelemetry-operator values #3733
Moved:
opentelemetry-operator.instrumentationJobImage
toinstrumentation.instrumentationJobImage
opentelemetry-operator.createDefaultInstrumentation
toinstrumentation.createDefaultInstrumentation
opentelemetry-operator.instrumentationNamespaces
toinstrumentation.instrumentationNamespaces
opentelemetry-operator.instrumentation.dotnet.traces
toinstrumentation.dotnet.traces
opentelemetry-operator.instrumentation.dotnet.metrics
toinstrumentation.dotnet.metrics
opentelemetry-operator.instrumentation.dotnet.extraEnvVars
toinstrumentation.dotnet.extraEnvVars
opentelemetry-operator.instrumentation.java.traces
toinstrumentation.java.traces
opentelemetry-operator.instrumentation.java.metrics
toinstrumentation.java.metrics
opentelemetry-operator.instrumentation.java.extraEnvVars
toinstrumentation.java.extraEnvVars
opentelemetry-operator.instrumentation.nodejs
toinstrumentation.nodejs
opentelemetry-operator.instrumentation.python.traces
toinstrumentation.python.traces
opentelemetry-operator.instrumentation.python.metrics
toinstrumentation.python.metrics
opentelemetry-operator.instrumentation.python.extraEnvVars
toinstrumentation.python.extraEnvVars
Changed:
opentelemetry-operator.instrumentation.dotnet.repository
toopentelemetry-operator.autoInstrumentationImage.dotnet.repository
opentelemetry-operator.instrumentation.dotnet.tag
toopentelemetry-operator.autoInstrumentationImage.dotnet.tag
opentelemetry-operator.instrumentation.java.repository
toopentelemetry-operator.autoInstrumentationImage.java.repository
opentelemetry-operator.instrumentation.java.tag
toopentelemetry-operator.autoInstrumentationImage.java.tag
opentelemetry-operator.instrumentation.nodejs.repository
toopentelemetry-operator.autoInstrumentationImage.nodejs.repository
opentelemetry-operator.instrumentation.nodejs.tag
toopentelemetry-operator.autoInstrumentationImage.nodejs.tag
opentelemetry-operator.instrumentation.python.repository
toopentelemetry-operator.autoInstrumentationImage.python.repository
opentelemetry-operator.instrumentation.python.tag
toopentelemetry-operator.autoInstrumentationImage.python.tag
Deleted:
opentelemetry-operator.instrumentation.dotnet.image
opentelemetry-operator.instrumentation.java.image
opentelemetry-operator.instrumentation.nodejs.image
opentelemetry-operator.instrumentation.python.image
Changed
Fixed
Checklist