improve: health probes showcase & docs to operations#3291
Merged
csviri merged 35 commits intooperator-framework:mainfrom Apr 30, 2026
Merged
improve: health probes showcase & docs to operations#3291csviri merged 35 commits intooperator-framework:mainfrom
csviri merged 35 commits intooperator-framework:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Renames the metrics-processing sample to operations and updates docs / CI references accordingly.
Changes:
- Switches the parent Maven module entry from
metrics-processingtooperations. - Updates E2E Helm values, E2E test constants, and OTEL resource attributes to use the new
operationsnaming. - Updates documentation and the E2E GitHub Actions workflow to reference
sample-operators/operations.
Reviewed changes
Copilot reviewed 9 out of 19 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| sample-operators/pom.xml | Updates the aggregated module list to reference operations. |
| sample-operators/metrics-processing/src/test/resources/helm-values.yaml | Renames image repository / nameOverride to operations-operator. |
| sample-operators/metrics-processing/src/test/java/.../MetricsHandlingE2E.java | Updates Helm release name to operations. |
| sample-operators/metrics-processing/src/main/java/.../MetricsHandlingSampleOperator.java | Updates OTEL resource attribute value from metrics-processing to operations. |
| sample-operators/metrics-processing/pom.xml | Renames artifact / image / display metadata to operations. |
| docs/content/en/docs/documentation/operations/metrics.md | Updates links from metrics-processing to operations. |
| docs/content/en/docs/documentation/operations/helm-chart.md | Updates narrative + example YAML + links to operations. |
| docs/content/en/blog/releases/v5-3-release.md | Updates sample operator link to operations. |
| .github/workflows/e2e-test.yml | Updates the E2E workflow to run sample-operators/operations. |
4140f1d to
c527bf1
Compare
Collaborator
Author
csviri
commented
Apr 17, 2026
xstefank
reviewed
Apr 20, 2026
metacosm
requested changes
Apr 20, 2026
ddde815 to
d21401e
Compare
d25a1fc to
3b935e8
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 26 out of 28 changed files in this pull request and generated 4 comments.
Comments suppressed due to low confidence (2)
sample-operators/operations/src/test/java/io/javaoperatorsdk/operator/sample/operations/OperationsE2E.java:394
runCommandreads stdout fully and only then reads stderr. If the process writes enough data to stderr to fill the buffer, it can block and the test will hang. PreferredirectErrorStream(true)(single reader) or drain stdout/stderr concurrently (e.g., separate threads) beforewaitFor().
sample-operators/operations/src/main/java/io/javaoperatorsdk/operator/sample/operations/OperationsSampleOperator.java:66- The startup log line still says "Metrics Handling Sample Operator starting!" after the module/class were renamed to operations. This makes logs confusing when running the sample; update the message to reflect the new operator name.
bab062f to
eaa0bb8
Compare
…ator/junit/ClusterDeployedOperatorExtension.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
…ator/junit/ClusterDeployedOperatorExtension.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
eef95ca to
df8bb9e
Compare
xstefank
requested changes
Apr 29, 2026
xstefank
approved these changes
Apr 30, 2026
csviri
added a commit
to csviri/java-operator-sdk
that referenced
this pull request
Apr 30, 2026
…ork#3291) Attila Mészáros <a_meszaros@apple.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
csviri
added a commit
that referenced
this pull request
Apr 30, 2026
Attila Mészáros <a_meszaros@apple.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Signed-off-by: Attila Mészáros a_meszaros@apple.com