-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use instrumentation config for runtime details (#2115)
- Add conditions to `instrumentationConfig` status. - Update the relevant conversion in UI to handle this change. - Modify the controllers under `instrumentor/instrumentationdevice` to rely on instrumnentation config, This means that when we add our device as a resource we'll look at the instrumentationConfig to decide. - Remove `envoverwriter_test` as it becomes un-relevant and conflicts with these changes. - Update `workload-lifecycle` chainsaw assertions to be based on `instrumentationConfig`. - Remove the `language-change` deployment from the `workload-lifecycle` test. This is done because a) The test requires the restart of the `instrumentor` which is not the desired behavior and b) The instrumentationConfig is currently enforced to only set the runtime details once, hence we currently don't support this use case. - Remove instrumented Application from describe.
- Loading branch information
Showing
41 changed files
with
484 additions
and
2,057 deletions.
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
18 changes: 18 additions & 0 deletions
18
api/generated/odigos/applyconfiguration/odigos/v1alpha1/instrumentationconfigstatus.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
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.