Skip to content

Conversation

@opoliarush
Copy link
Contributor

No description provided.

@opoliarush opoliarush changed the base branch from main to feature/new-insights-ui February 29, 2024 19:05
: undefined
}
onOpenHistogram={
props.insight.spanInfo ? handleHistogramButtonClick : undefined
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
props.insight.spanInfo ? handleHistogramButtonClick : undefined
props.insight.spanInfo ? props.onHistogramButtonClick : undefined

opoliarush and others added 3 commits March 1, 2024 09:50
…dex.tsx

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>
…dex.tsx

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>
@kshmidt-digma kshmidt-digma merged commit 4eb6362 into feature/new-insights-ui Mar 1, 2024
@kshmidt-digma kshmidt-digma deleted the scaling-issue branch March 1, 2024 08:21
@opoliarush opoliarush restored the scaling-issue branch March 1, 2024 09:24
kshmidt-digma added a commit that referenced this pull request Mar 5, 2024
* Fix insight types, connect new insight cards

* Nplus one (#563)

* Add N-Plus-One insights

* Bottlneck

* bottleneck

* fix comments

* fix comments

* Add request breakdown insight

* Endpoint slow down source

* Add Warning icon for critical insights

* Session view (#568)

* Session in view

---------

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>

* Update insight cards (#567)

* Update insight cards

* Scaling issue (#569)

* Span scaling

* Change

* Update src/components/Insights/common/insights/ScalingIssueInsight/index.tsx

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>

* Update src/components/Insights/common/insights/ScalingIssueInsight/index.tsx

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>

* fix warnings

---------

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>

* Add Top Usage Insight (#571)

* Add Top Usage insight

* Update insight card

* Query optimization (#572)

* query optimization

* reaname

* Endpoint Query optimization

* update

* Update src/components/Insights/common/insights/SpanQueryOptimizationInsight/styles.ts

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>

* clean-up

---------

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>

* Add Duration Breakdown insight

* Update styles

* custom primary button

* Revert "custom primary button"

This reverts commit 04a90f2.

* custom primary button (#576)

* custom primary button

* Update src/components/Insights/common/InsightCard/index.tsx

* Update src/components/Insights/common/InsightCard/index.tsx

---------

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>

* Fix styles (#574)

* Update styles

* Update styles, do not trigger select opening on link click

* Fix Popover

* Update src/components/Insights/common/insights/ExcessiveAPICallsInsight/index.tsx

* Insight update (#577)

* change override for btn

* Change insights

* Update Endpoint Query Optimization insight card

* Remove duplicated tooltips

* Use state (#582)

* change override for btn

* Use state

* fix name

* Update src/components/common/App/types.ts

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>

* Update src/components/Insights/InsightJiraTicket/index.tsx

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>

* Update src/components/Insights/common/useInsightsData.ts

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>

* Update src/components/Insights/InsightJiraTicket/index.tsx

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>

* Update src/components/Insights/common/useInsightsData.ts

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>

* Update src/components/Insights/common/useInsightsData.ts

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>

* fix styles

* Update UI

---------

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>

* Fix Recalculate button

* Change insight buttons order, switch to criticality for icon coloring

* Update toolbar icon order

* Add tooltip for insight icon

* Change contract for Recalculate action, small style fixes (#595)

* Change contract for Recalculate action

* Do not show Affected endpoinds label if list is empty

* Remove Assets label in header

* Update styles

* Update button label

* Fix env empty state (#597)

* Fix empty state

* fix navigation

* clean-up

* Update src/components/Navigation/ScopeNavigation/index.tsx

* Update src/components/Navigation/ScopeNavigation/index.tsx

* Update src/components/Navigation/ScopeNavigation/index.tsx

* Update src/components/Navigation/ScopeNavigation/index.tsx

---------

Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>

* Fix Bottleneck insights (#598)

* Fix Bottleneck insights

* Do not format fraction value

* Fix typo

* Use criticality for insight icon coloring (#599)

* Use criticality for insight icon coloring

* Add span link to Insight card

* Fix insight card

* Fix insight card header

* Fix UI bugs (#601)

* Fixed jira ticket ui
Fixed style for trace btn

* clean-up

* Add description to empty Duration insight (#602)

* Update styles

* Update wording

* Handle nullable endpoint list (#603)

* Handle nullable endpoint list

* Fix story

* Update styles

* Fix ticket open (#606)

* fix types

* Fix Top usage table

---------

Co-authored-by: Kyrylo Shmidt <kshmidt@digma.ai>

* Update src/components/Assets/AssetList/AssetEntry/AssetEntry.stories.tsx

---------

Co-authored-by: opoliarush <156646693+opoliarush@users.noreply.github.com>
Co-authored-by: olehp <opoliarush@digma.ai>
@kshmidt-digma kshmidt-digma deleted the scaling-issue branch April 22, 2024 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants