-
Notifications
You must be signed in to change notification settings - Fork 724
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
Elastic APM Server: Set status.ObservedGeneration from metadata.Generation #5470
Merged
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
e8a3ba6
apm observed generation changes.
naemono 9de0275
Ensure apm status is updated when associations are broken.
naemono 28e6b74
Capitalization issues
naemono 04b538d
Adjust e2e tests for apmserver to support mutations and check observe…
naemono f47d4d5
Debugging e2e test failures
naemono 272bd83
remove todo
naemono fcb6eac
nolint validation function
naemono 1300560
remove unused erroring fake k8s client
naemono 199c02b
remove fakeK8sClient from apm testing
naemono ca0b2ec
Fix spelling
naemono 1cf201e
wip
naemono 822498c
Avoid mutating the original apmserver's configuration during e2e tests
naemono d7285b1
Add step to Apm Server CheckStackTestSteps to ensure ES APM Server us…
naemono 3588bb0
Add description to CheckIndexCreation step.
naemono 6e830f2
Lint issues
naemono dcb5635
Cleanup of some unneeded logging messages and comments.
naemono e152518
remove duplicative recorder, dynamicwatches, and parameters
naemono e11c85c
wip
naemono 4322f60
Remove confusing defer bits from apmserver reconciliation
naemono 06551bb
Upcase Kubernetes
naemono fb6dba4
Merge branch 'main' into 3392-apm-observedGeneration
naemono 56e1eda
move associations check inside doReconcile
naemono b14328a
Wrap erorrs, don't log in e2e test.
naemono d7c364d
Move CheckIndexCreation closer to where it's used.
naemono 6bf5327
Use implemented deepcopy instead of copying the internal map in apm b…
naemono e6868d0
remove unneeded log import/var
naemono 49ffe86
Move index variable closer to where it's used.
naemono 811421e
Add without integration check piece to original builder.
naemono 3e04abd
Allow counting of documents in index during upgrade to function prope…
naemono e6153a6
just return the assert
naemono 83312dc
Adding apm tracing back to particular error.
naemono 53c15d7
remove unused result from state
naemono c22eb6a
just leveraging eventually for the apm server upgrade etest.
naemono 738561c
Merge branch 'main' into 3392-apm-observedGeneration
naemono 8c0a532
just return func
naemono 51c62c7
remove retry.UntilSuccess in CheckEventsInElasticsearch e2e test
naemono 2e8791e
Move retry.UntilSuccess around the assert calls only.
naemono 1a511d5
Add type check to satisfy linter.
naemono a0a727c
Add WithoutIntegrationCheck to smoke tests for apm server builder
naemono fc56794
Merge branch 'main' into 3392-apm-observedGeneration
naemono 3a82b71
Latest released version, not latest snapshot
naemono 4fbb15f
If no ES ref exists, just skip the step where you test for ES data in…
naemono 516df86
Add WithoutIntegrationCheck to smoke tests for apm server builder (ag…
naemono 895a2cf
Move retry logic to include checkEventsAPI
naemono a0e56e4
Expicitly return empty result.
naemono ea77435
minimize the total time, and retry time.
naemono 7cc64ac
Adjust retry to just retry the check in ES.
naemono 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
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.
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.
I don't think I ever noticed it, but there are 2 ways to specify a field as optional:
+kubebuilder:validation:Optional
and+optional
. Only the former seems to be documented.