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

[UX Dashboard] Move core web vitals query from APM routes to UX plugin #132755

Closed
wants to merge 63 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
e5ffec9
Migrate service list query out of APM.
justinkambic May 19, 2022
45e7bf0
Rename non-snakecase files.
justinkambic May 20, 2022
c40f8cd
Migrate service list query out of APM.
justinkambic May 19, 2022
3a65ff7
Rename non-snakecase files.
justinkambic May 20, 2022
1efc94a
Move core web vitals query out of APM routes.
justinkambic May 23, 2022
d09d5a2
Delete obsolete snapshot.
justinkambic May 26, 2022
b96effc
Refactor o11y overview registration to not rely on deleted APM route.
justinkambic Jun 3, 2022
32fc66c
Fix some types.
justinkambic Jun 3, 2022
b301772
Delete obsolete API test.
justinkambic Jun 3, 2022
1e1b5bc
Delete obsolete APM API tests.
justinkambic Jun 3, 2022
1d53388
Delete CWV test from APM API suite.
justinkambic Jun 6, 2022
1c8f6ff
[Enterprise Search] Remove content plugin for 8.3 release (#133738)
efegurkan Jun 7, 2022
4cc7200
Merge branch 'main' into 454/core-web-vitals
justinkambic Jun 7, 2022
e10f85f
[ML] Tests for get groups endpoint (#133625)
jgowdyelastic Jun 7, 2022
25fea16
docs(NA): adds @kbn/plugin-discovery into ops devdocs (#133632)
mistic Jun 7, 2022
7b31be3
[Cloud Posture] update retention policy and remove score transform co…
CohenIdo Jun 7, 2022
1b2c58f
ui_actions_enchanced to /src (#133512)
vadimkibana Jun 7, 2022
6a7ad6f
[Data views] Implement persistable state (#132959)
lukasolson Jun 7, 2022
017c8e1
[APM] Fix ML expected bounds missing data in chart, option showing wh…
qn895 Jun 7, 2022
eed6df7
[SecuritySolution] Dashboards section title in the old nav (#133719)
semd Jun 7, 2022
bdc1664
fix: make sure createThresholdTimeline works when no filters are prov…
janmonschke Jun 7, 2022
47f2994
[Archive Migration] Kbn archiver management (#133675)
Jun 7, 2022
7e686dd
fixed tags count (#133788)
juliaElastic Jun 7, 2022
3902b17
[ML ]API integration tests for `max_anomaly_score` endpoint (#133776)
darnautov Jun 7, 2022
2dd0ea1
Re-introduce required id types for `FormatType`. (#133812)
justinkambic Jun 7, 2022
c11f961
[Spacetime] [Maps] Customizable colors in basemaps (#131576)
nickpeihl Jun 7, 2022
7695aad
migrate to kbnArchive (#133683)
Jun 7, 2022
92569b4
[Archive Migration] remove unused test/functional/fixtures/es_archive…
Jun 7, 2022
7db3e58
update docs (#133798)
mattkime Jun 7, 2022
67b1dfa
fix legend inside handling (#133732)
flash1293 Jun 8, 2022
18773a8
do not show edit field for record field (#133762)
flash1293 Jun 8, 2022
6ffee27
[Cloud Posture] use internal user for package policy changes (#133293)
CohenIdo Jun 8, 2022
6b02c03
[Cloud Posture] show agent name in rules page description (#133758)
orouz Jun 8, 2022
ee7d9b0
[Stack Monitoring] Add stale status reporting for Kibana (#132613)
miltonhultgren Jun 8, 2022
ba05c2c
[Fleet] Prevent upgrades of agents already in updating state (#133763)
criamico Jun 8, 2022
a8cef96
[DOCS] Fixes variable names in Index connector docs. (#133725)
szabosteve Jun 8, 2022
2fddd18
Create core packages for docLinks browser/server services (#133360)
pgayvallet Jun 8, 2022
fe44001
[Synthetics] Load locations only once (#133564)
shahzad31 Jun 8, 2022
1bfb026
[Cloud Posture] remove tooltip from switch button (#133860)
orouz Jun 8, 2022
3c5733e
fix application of suffixes (#133780)
flash1293 Jun 8, 2022
e9e6009
[Cases] refactor useGetCases to use react-query (#133505)
academo Jun 8, 2022
44026a5
[Actionable Observability][BUG] Fix connectors doesn't appear in the …
fkanout Jun 8, 2022
3aa0e71
[Synthetics] Script field, updated validation and width (#133558)
shahzad31 Jun 8, 2022
b7c4d89
Upgrade EUI to v58.0.0 (#132257)
breehall Jun 8, 2022
b7ae8a2
[DOCS] Fix ML sync API example (#133585)
lcawl Jun 8, 2022
346dea9
Migrate observability to new Kibana page template (#133021)
alisonelizabeth Jun 8, 2022
3eb00f5
Re-enable brolen ML tests (#133510)
xcrzx Jun 8, 2022
e48db81
[8.4] [Security Solution] [Kubernetes Security] Move kubernetes link …
Jun 8, 2022
bb3d525
[Unified Observability] Remove core and plugins from PluginContext (#…
estermv Jun 8, 2022
56f2c1c
Add a default request timeout for Axios telemetry connections. (#133615)
pjhampton Jun 8, 2022
503287d
Migrate service list query out of APM.
justinkambic May 19, 2022
7b592e0
Rename non-snakecase files.
justinkambic May 20, 2022
c46b242
Migrate service list query out of APM.
justinkambic May 19, 2022
cbc622c
Rename non-snakecase files.
justinkambic May 20, 2022
03f7659
Move core web vitals query out of APM routes.
justinkambic May 23, 2022
a99ce86
Delete obsolete snapshot.
justinkambic May 26, 2022
b4a0f85
Refactor o11y overview registration to not rely on deleted APM route.
justinkambic Jun 3, 2022
8215412
Fix some types.
justinkambic Jun 3, 2022
adcbb41
Delete obsolete API test.
justinkambic Jun 3, 2022
ed45453
Delete obsolete APM API tests.
justinkambic Jun 3, 2022
bd4b819
Delete CWV test from APM API suite.
justinkambic Jun 6, 2022
f85cae7
Add test journey for core web vitals.
justinkambic Jun 8, 2022
a867091
Merge branch '454/core-web-vitals' of github.com:justinkambic/kibana …
justinkambic Jun 8, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
/src/plugins/navigation/ @elastic/kibana-app-services
/src/plugins/share/ @elastic/kibana-app-services
/src/plugins/ui_actions/ @elastic/kibana-app-services
/src/plugins/ui_actions_enhanced/ @elastic/kibana-app-services
/src/plugins/data_view_field_editor @elastic/kibana-app-services
/src/plugins/screenshot_mode @elastic/kibana-app-services
/src/plugins/bfetch/ @elastic/kibana-app-services
Expand All @@ -80,7 +81,6 @@
/src/plugins/unified_search/ @elastic/kibana-app-services
/x-pack/examples/ui_actions_enhanced_examples/ @elastic/kibana-app-services
/x-pack/plugins/embeddable_enhanced/ @elastic/kibana-app-services
/x-pack/plugins/ui_actions_enhanced/ @elastic/kibana-app-services
/x-pack/plugins/runtime_fields @elastic/kibana-app-services
/x-pack/test/search_sessions_integration/ @elastic/kibana-app-services
/src/plugins/dashboard/public/application/embeddable/viewport/print_media @elastic/kibana-app-services
Expand Down
1 change: 1 addition & 0 deletions .i18nrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"src/plugins/vis_types/timelion"
],
"uiActions": "src/plugins/ui_actions",
"uiActionsEnhanced": "src/plugins/ui_actions_enhanced",
"uiActionsExamples": "examples/ui_action_examples",
"usageCollection": "src/plugins/usage_collection",
"utils": "packages/kbn-securitysolution-utils/src",
Expand Down
2 changes: 1 addition & 1 deletion api_docs/actions.devdocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@
"label": "ActionParamsType",
"description": [],
"signature": [
"{ readonly source?: string | undefined; readonly summary?: string | undefined; readonly group?: string | undefined; readonly component?: string | undefined; readonly timestamp?: string | undefined; readonly eventAction?: \"resolve\" | \"trigger\" | \"acknowledge\" | undefined; readonly dedupKey?: string | undefined; readonly severity?: \"error\" | \"warning\" | \"info\" | \"critical\" | undefined; readonly class?: string | undefined; }"
"{ readonly source?: string | undefined; readonly group?: string | undefined; readonly component?: string | undefined; readonly summary?: string | undefined; readonly timestamp?: string | undefined; readonly eventAction?: \"resolve\" | \"trigger\" | \"acknowledge\" | undefined; readonly dedupKey?: string | undefined; readonly severity?: \"error\" | \"warning\" | \"info\" | \"critical\" | undefined; readonly class?: string | undefined; }"
],
"path": "x-pack/plugins/actions/server/builtin_action_types/pagerduty.ts",
"deprecated": false,
Expand Down
2 changes: 1 addition & 1 deletion api_docs/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/actions
title: "actions"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the actions plugin
date: 2022-05-24
date: 2022-06-07
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/advanced_settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/advancedSettings
title: "advancedSettings"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the advancedSettings plugin
date: 2022-05-24
date: 2022-06-07
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/aiops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/aiops
title: "aiops"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the aiops plugin
date: 2022-05-24
date: 2022-06-07
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/alerting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/alerting
title: "alerting"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the alerting plugin
date: 2022-05-24
date: 2022-06-07
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
114 changes: 36 additions & 78 deletions api_docs/apm.devdocs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api_docs/apm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/apm
title: "apm"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the apm plugin
date: 2022-05-24
date: 2022-06-07
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/banners.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/banners
title: "banners"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the banners plugin
date: 2022-05-24
date: 2022-06-07
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/bfetch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/bfetch
title: "bfetch"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the bfetch plugin
date: 2022-05-24
date: 2022-06-07
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/canvas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/canvas
title: "canvas"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the canvas plugin
date: 2022-05-24
date: 2022-06-07
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/cases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/cases
title: "cases"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the cases plugin
date: 2022-05-24
date: 2022-06-07
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/charts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/charts
title: "charts"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the charts plugin
date: 2022-05-24
date: 2022-06-07
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/cloud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/cloud
title: "cloud"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the cloud plugin
date: 2022-05-24
date: 2022-06-07
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/cloud_security_posture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/cloudSecurityPosture
title: "cloudSecurityPosture"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the cloudSecurityPosture plugin
date: 2022-05-24
date: 2022-06-07
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/console.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/console
title: "console"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the console plugin
date: 2022-05-24
date: 2022-06-07
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
50 changes: 42 additions & 8 deletions api_docs/controls.devdocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3397,13 +3397,7 @@
" | undefined; filters?: ",
"Filter",
"[] | undefined; timeRange?: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
"TimeRange",
" | undefined; controlStyle?: ",
"ControlStyle",
" | undefined; ignoreParentSettings?: ",
Expand Down Expand Up @@ -4339,7 +4333,9 @@
"type": "Type",
"tags": [],
"label": "PersistableControlGroupInput",
"description": [],
"description": [
"\nOnly parts of the Control Group Input should be persisted"
],
"signature": [
"{ controlStyle: ",
"ControlStyle",
Expand Down Expand Up @@ -4397,6 +4393,44 @@
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "controls",
"id": "def-common.SerializableControlGroupInput",
"type": "Type",
"tags": [],
"label": "SerializableControlGroupInput",
"description": [
"\nSome use cases need the Persistable Control Group Input to conform to the SerializableRecord format which requires string index signatures in any objects"
],
"signature": [
"Omit<",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.PersistableControlGroupInput",
"text": "PersistableControlGroupInput"
},
", \"ignoreParentSettings\" | \"panels\"> & { panels: ",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.ControlsPanels",
"text": "ControlsPanels"
},
" & ",
"SerializableRecord",
"; ignoreParentSettings: ",
"ParentIgnoreSettings",
" & ",
"SerializableRecord",
"; }"
],
"path": "src/plugins/controls/common/control_group/types.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "controls",
"id": "def-common.TIME_SLIDER_CONTROL",
Expand Down
4 changes: 2 additions & 2 deletions api_docs/controls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/controls
title: "controls"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the controls plugin
date: 2022-05-24
date: 2022-06-07
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand All @@ -18,7 +18,7 @@ Contact [Kibana Presentation](https://github.com/orgs/elastic/teams/kibana-prese

| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 205 | 0 | 199 | 7 |
| 206 | 0 | 198 | 7 |

## Client

Expand Down
Loading