Skip to content
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

feat(insights): Use EAP to power DB Module #78144

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

0Calories
Copy link
Member

No description provided.

@0Calories 0Calories self-assigned this Sep 25, 2024
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Sep 25, 2024
Copy link

codecov bot commented Sep 25, 2024

Bundle Report

Changes will decrease total bundle size by 529 bytes (-0.0%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
app-webpack-bundle-array-push 29.54MB 529 bytes (-0.0%) ⬇️

Copy link

codecov bot commented Sep 25, 2024

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
7881 2 7879 0
View the top 2 failed tests by shortest run time
DatabaseLandingPage filters by category and action DatabaseLandingPage filters by category and action
Stack Traces | 0.531s run time
Error: expect(jest.fn()).toHaveBeenNthCalledWith(n, ...expected)

n: 1
Expected: "........./organizations/org-slug/events-stats/", ObjectContaining {"method": "GET", "query": {"cursor": undefined, "dataset": "spansMetrics", "environment": [], "excludeOther": 0, "field": [], "interval": "30m", "orderby": undefined, "partial": 1, "per_page": 50, "project": [], "query": "span.module:db has:span.description span.action:SELECT span.domain:organizations", "referrer": "api.starfish.span-landing-page-metrics-chart", "statsPeriod": "10d", "topEvents": undefined, "yAxis": "spm()"}}
Received
->     1: "........./organizations/org-slug/events-stats/", {"error": [Function error], "method": "GET", "query": {"cursor": undefined, "dataset": "spans", "environment": [], "excludeOther": 0, "field": [], "interval": "30m", "orderby": undefined, "partial": 1, "per_page": 50, "project": [], "query": "span.category:db has:span.description span.action:SELECT span.domain:organizations", "referrer": "api.starfish.span-landing-page-metrics-chart", "statsPeriod": "10d", "topEvents": undefined, "yAxis": "spm()"}, "skipAbort": undefined, "success": [Function success]}
       2: "........./organizations/org-slug/events-stats/", {"error": [Function error], "method": "GET", "query": {"cursor": undefined, "dataset": "spans", "environment": [], "excludeOther": 0, "field": [], "interval": "30m", "orderby": undefined, "partial": 1, "per_page": 50, "project": [], "query": "span.category:db has:span.description span.action:SELECT span.domain:organizations", "referrer": "api.starfish.span-landing-page-metrics-chart", "statsPeriod": "10d", "topEvents": undefined, "yAxis": "avg(span.self_time)"}, "skipAbort": undefined, "success": [Function success]}

Number of calls: 2
    at Object.<anonymous> (.../database/views/databaseLandingPage.spec.tsx:245:35)
DatabaseLandingPage fetches module data DatabaseLandingPage fetches module data
Stack Traces | 0.872s run time
Error: expect(jest.fn()).toHaveBeenNthCalledWith(n, ...expected)

n: 1
Expected: "........./organizations/org-slug/events-stats/", ObjectContaining {"method": "GET", "query": {"cursor": undefined, "dataset": "spansMetrics", "environment": [], "excludeOther": 0, "field": [], "interval": "30m", "orderby": undefined, "partial": 1, "per_page": 50, "project": [], "query": "span.module:db has:span.description", "referrer": "api.starfish.span-landing-page-metrics-chart", "statsPeriod": "10d", "topEvents": undefined, "yAxis": "spm()"}}
Received
->     1: "........./organizations/org-slug/events-stats/", {"error": [Function error], "method": "GET", "query": {"cursor": undefined, "dataset": "spans", "environment": [], "excludeOther": 0, "field": [], "interval": "30m", "orderby": undefined, "partial": 1, "per_page": 50, "project": [], "query": "span.category:db has:span.description", "referrer": "api.starfish.span-landing-page-metrics-chart", "statsPeriod": "10d", "topEvents": undefined, "yAxis": "spm()"}, "skipAbort": undefined, "success": [Function success]}
       2: "........./organizations/org-slug/events-stats/", {"error": [Function error], "method": "GET", "query": {"cursor": undefined, "dataset": "spans", "environment": [], "excludeOther": 0, "field": [], "interval": "30m", "orderby": undefined, "partial": 1, "per_page": 50, "project": [], "query": "span.category:db has:span.description", "referrer": "api.starfish.span-landing-page-metrics-chart", "statsPeriod": "10d", "topEvents": undefined, "yAxis": "avg(span.self_time)"}, "skipAbort": undefined, "success": [Function success]}

Number of calls: 2
    at Object.<anonymous> (.../database/views/databaseLandingPage.spec.tsx:154:35)
    at Promise.then.completed (.../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at _runTest (.../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at run (.../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../jest-runner/build/runTest.js:367:16)
    at runTest (.../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../jest-runner/build/testWorker.js:106:12)

To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard

@getsantry getsantry bot added the Stale label Oct 17, 2024
@getsantry
Copy link
Contributor

getsantry bot commented Oct 17, 2024

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot removed the Stale label Oct 18, 2024
@getsantry getsantry bot added the Stale label Nov 8, 2024
@getsantry
Copy link
Contributor

getsantry bot commented Nov 8, 2024

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot removed the Stale label Nov 9, 2024
@getsantry
Copy link
Contributor

getsantry bot commented Dec 1, 2024

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot added Stale and removed Stale labels Dec 1, 2024
@getsantry
Copy link
Contributor

getsantry bot commented Dec 24, 2024

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot added Stale and removed Stale labels Dec 24, 2024
@getsantry
Copy link
Contributor

getsantry bot commented Jan 16, 2025

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot added Stale and removed Stale labels Jan 16, 2025
@getsantry
Copy link
Contributor

getsantry bot commented Feb 8, 2025

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot added Stale and removed Stale labels Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant