Conversation
WalkthroughThe changes enhance the observability in the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
...ith-server/src/main/java/com/appsmith/server/solutions/ce/ActionExecutionSolutionCEImpl.java
Outdated
Show resolved
Hide resolved
...ith-server/src/main/java/com/appsmith/server/solutions/ce/ActionExecutionSolutionCEImpl.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro (Legacy)
📒 Files selected for processing (2)
app/server/appsmith-interfaces/src/main/java/com/appsmith/external/constants/spans/ce/ActionSpanCE.java(1 hunks)app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/ce/ActionExecutionSolutionCEImpl.java(4 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (5)
- GitHub Check: perform-test / rts-build / build
- GitHub Check: perform-test / client-build / client-build
- GitHub Check: perform-test / server-build / server-unit-tests
- GitHub Check: server-unit-tests / server-unit-tests
- GitHub Check: server-spotless / spotless-check
🔇 Additional comments (9)
app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/ce/ActionExecutionSolutionCEImpl.java (9)
99-99: LGTM - Good import practice.The import is correctly using the
.*notation to import all constants from the ActionSpanCE class, which makes the code cleaner.
207-211: LGTM - Appropriate telemetry instrumentation.The code correctly adds observability by naming the reactive stream and tapping into the Micrometer observation registry.
217-219: LGTM - Consistent telemetry implementation.This follows the same pattern as other instrumentations in the file, correctly using the constant from ActionSpanCE.
221-229: LGTM - Well-structured reactive code with telemetry.The code maintains the reactive chain structure while adding appropriate telemetry instrumentation.
357-358: LGTM - Proper monitoring for action validation.This adds visibility to the action validation process, which is a critical part of the execution flow.
366-368: LGTM - Good telemetry around plugin cache retrieval.The instrumentation correctly captures metrics for plugin cache retrieval, which can be useful for performance analysis.
369-372: LGTM - Appropriate plugin executor monitoring.This addition provides visibility into plugin executor retrieval performance.
382-383: LGTM - Proper execution result monitoring.This instrumentation helps track the performance of result retrieval, which is valuable for debugging and optimization.
404-405: LGTM - Good error case monitoring.The telemetry correctly wraps the error handling path as well, ensuring comprehensive monitoring.
...appsmith-interfaces/src/main/java/com/appsmith/external/constants/spans/ce/ActionSpanCE.java
Outdated
Show resolved
Hide resolved
...appsmith-interfaces/src/main/java/com/appsmith/external/constants/spans/ce/ActionSpanCE.java
Outdated
Show resolved
Hide resolved
Failed server tests
|
…#39708) ## Description added telemetry code around plugin execution flow Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="@tag.All" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/13832941076> > Commit: 4f64497 > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=13832941076&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.All` > Spec: > <hr>Thu, 13 Mar 2025 12:09:38 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Improved backend monitoring and tracking of system actions, contributing to enhanced overall stability and performance. - Enhanced observability of action execution processes with the addition of new identifiers for various action-related processes. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Description
added telemetry code around plugin execution flow
Fixes #
Issue Numberor
Fixes
Issue URLWarning
If no issue exists, please create an issue first, and check with the maintainers if the issue is valid.
Automation
/ok-to-test tags="@tag.All"
🔍 Cypress test results
Tip
🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/13832941076
Commit: 4f64497
Cypress dashboard.
Tags:
@tag.AllSpec:
Thu, 13 Mar 2025 12:09:38 UTC
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit