-
Notifications
You must be signed in to change notification settings - Fork 4.5k
chore: Add spans attributes for no of lines and action count #37001
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
Merged
rishabhrathod01
merged 7 commits into
release
from
chore/add-JSObject-update-metrics-ce
Oct 22, 2024
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
b61dcec
chore: Add spans attributes for no of lines and action count
ea4e624
fix review comments
95b5d18
Merge branch 'release' into chore/add-JSObject-update-metrics-ce
f8b6b22
Merge branch 'release' into chore/add-JSObject-update-metrics-ce
97f8800
fix typo
a444f5f
Merge branch 'chore/add-JSObject-update-metrics-ce' of https://github…
7285f3f
fix typo in import
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
5 changes: 5 additions & 0 deletions
5
...r/appsmith-interfaces/src/main/java/com/appsmith/external/constants/spans/OnLoadSpan.java
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| package com.appsmith.external.constants.spans; | ||
|
|
||
| import com.appsmith.external.constants.spans.ce.OnLoadSpanCE; | ||
|
|
||
| public class OnLoadSpan extends OnLoadSpanCE {} |
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
22 changes: 22 additions & 0 deletions
22
...smith-interfaces/src/main/java/com/appsmith/external/constants/spans/ce/OnLoadSpanCE.java
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| package com.appsmith.external.constants.spans.ce; | ||
|
|
||
| import static com.appsmith.external.constants.spans.BaseSpan.APPSMITH_SPAN_PREFIX; | ||
|
|
||
| public class OnLoadSpanCE { | ||
|
|
||
| public static final String GET_ALL_EXECUTABLES_BY_CREATOR_ID = | ||
| APPSMITH_SPAN_PREFIX + "getAllExecutablesByCreatorIdFlux"; | ||
| public static final String EXECUTABLE_NAME_TO_EXECUTABLE_MAP = | ||
| APPSMITH_SPAN_PREFIX + "executableNameToExecutableMap"; | ||
| public static final String EXECUTABLE_IN_CREATOR_CONTEXT = APPSMITH_SPAN_PREFIX + "executablesInCreatorContext"; | ||
| public static final String ADD_DIRECTLY_REFERENCED_EXECUTABLES_TO_GRAPH = | ||
| APPSMITH_SPAN_PREFIX + "addDirectlyReferencedExecutablesToGraph"; | ||
| public static final String GET_POSSIBLE_ENTITY_REFERENCES = APPSMITH_SPAN_PREFIX + "getPossibleEntityReferences"; | ||
| public static final String UPDATE_EXECUTABLE_SELF_REFERENCING_PATHS = | ||
| APPSMITH_SPAN_PREFIX + "updateExecutableSelfReferencingPaths"; | ||
| public static final String GET_POSSIBLE_ENTITY_PARENTS_MAP = APPSMITH_SPAN_PREFIX + "getPossibleEntityParentsMap"; | ||
| public static final String ADD_EXPLICIT_USER_SET_ON_LOAD_EXECUTABLES_TO_GRAPH = | ||
| APPSMITH_SPAN_PREFIX + "addExplicitUserSetOnLoadExecutablesToGraph"; | ||
| public static final String GET_UNPUBLISHED_ON_LOAD_EXECUTABLES_EXPLICIT_SET_BY_USER_IN_CREATOR_CONTEXT = | ||
| APPSMITH_SPAN_PREFIX + "getUnpublishedOnLoadExecutablesExplicitSetByUserInCreatorContext"; | ||
| } |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.