-
Notifications
You must be signed in to change notification settings - Fork 183
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
chore(instrumentation): move instrumentation configuration from opentelemetry-operator #3733
Merged
+251
−201
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
15dd136
chore: instr update templates
mat-rumian 3240d2a
chore: instr update values
mat-rumian 8a4ba0c
chore: update instr tests
mat-rumian e87b9c6
chore: update integration instr tests
mat-rumian d9fac58
Merge branch 'main' into mat-rumian-move-instr-conf
mat-rumian af75d06
chore: nodejs add metrics exporter flag
mat-rumian 5c9cb53
chore: update parameters list
mat-rumian 55e6f9f
Merge branch 'mat-rumian-move-instr-conf' of github.com:SumoLogic/sum…
mat-rumian 32a40cb
chore: add changelog
mat-rumian 8f146e1
chore: update integration tests
mat-rumian b0a40c1
Merge branch 'main' into mat-rumian-move-instr-conf
mat-rumian 8b0ca12
chore: fix integration tests values
mat-rumian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
chore(instrumentation): move instrumentation configuration from opentelemetry-operator values | ||
|
||
#### Moved: | ||
* From `opentelemetry-operator.instrumentationJobImage` to `instrumentation.instrumentationJobImage` | ||
* From `opentelemetry-operator.createDefaultInstrumentation` to `instrumentation.createDefaultInstrumentation` | ||
* From `opentelemetry-operator.instrumentationNamespaces` to `instrumentation.instrumentationNamespaces` | ||
* From `opentelemetry-operator.instrumentation.dotnet.traces` to `instrumentation.dotnet.traces` | ||
* From `opentelemetry-operator.instrumentation.dotnet.metrics` to `instrumentation.dotnet.metrics` | ||
* From `opentelemetry-operator.instrumentation.dotnet.extraEnvVars` to `instrumentation.dotnet.extraEnvVars` | ||
* From `opentelemetry-operator.instrumentation.java.traces` to `instrumentation.java.traces` | ||
* From `opentelemetry-operator.instrumentation.java.metrics` to `instrumentation.java.metrics` | ||
* From `opentelemetry-operator.instrumentation.java.extraEnvVars` to `instrumentation.java.extraEnvVars` | ||
* From `opentelemetry-operator.instrumentation.nodejs` to `instrumentation.nodejs` | ||
* From `opentelemetry-operator.instrumentation.python.traces` to `instrumentation.python.traces` | ||
* From `opentelemetry-operator.instrumentation.python.metrics` to `instrumentation.python.metrics` | ||
* From `opentelemetry-operator.instrumentation.python.extraEnvVars` to `instrumentation.python.extraEnvVars` | ||
|
||
#### Changed: | ||
* From `opentelemetry-operator.instrumentation.dotnet.repository` to `opentelemetry-operator.autoInstrumentationImage.dotnet.repository` | ||
* From `opentelemetry-operator.instrumentation.dotnet.tag` to `opentelemetry-operator.autoInstrumentationImage.dotnet.tag` | ||
* From `opentelemetry-operator.instrumentation.java.repository` to `opentelemetry-operator.autoInstrumentationImage.java.repository` | ||
* From `opentelemetry-operator.instrumentation.java.tag` to `opentelemetry-operator.autoInstrumentationImage.java.tag` | ||
* From `opentelemetry-operator.instrumentation.nodejs.repository` to `opentelemetry-operator.autoInstrumentationImage.nodejs.repository` | ||
* From `opentelemetry-operator.instrumentation.nodejs.tag` to `opentelemetry-operator.autoInstrumentationImage.nodejs.tag` | ||
* From `opentelemetry-operator.instrumentation.python.repository` to `opentelemetry-operator.autoInstrumentationImage.python.repository` | ||
* From `opentelemetry-operator.instrumentation.python.tag` to `opentelemetry-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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
deploy/helm/sumologic/templates/opentelemetry-operator/configmap-instrumentation-cr.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
deploy/helm/sumologic/templates/opentelemetry-operator/job-instrumentation-cr.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
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.
What is the difference between
moved
andchanged
?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.
Moved
are the keys moved fromopentelemetry-operator
key toinstrumentation
. Changed are keys which stay in theopentelemetry-operator
but in different place (if it makes sense :))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.
It makes sense, but not sure if the distinguishment is significant and needed for customer