-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Observability] Exploratory View initial skeleton #94426
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! And thank you for the demo.
I added a few comments with things we talked about and other small visual improvements.
I will think about the title, as a default, we could add the chart title from the entry point.
.../observability/public/components/shared/exploratory_view/chart_templates/chart_templates.tsx
Outdated
Show resolved
Hide resolved
.../plugins/observability/public/components/shared/exploratory_view/header/metric_selection.tsx
Outdated
Show resolved
Hide resolved
...observability/public/components/shared/exploratory_view/series_editor/columns/breakdowns.tsx
Outdated
Show resolved
Hide resolved
...ervability/public/components/shared/exploratory_view/series_editor/columns/remove_series.tsx
Outdated
Show resolved
Hide resolved
...ns/observability/public/components/shared/exploratory_view/series_editor/default_filters.tsx
Outdated
Show resolved
Hide resolved
...ns/observability/public/components/shared/exploratory_view/series_builder/series_builder.tsx
Outdated
Show resolved
Hide resolved
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. One thing to note is that when I opened exploratory view without apm data, a blank screen appeared, no error or help text telling me to set up apm or something like that.
@elasticmachine merge upstream |
…into exploratry-view
Pinging @elastic/uptime (Team:uptime) |
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @shahzad31 |
Co-authored-by: Kibana Machine <[email protected]>
Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Shahzad <[email protected]>
…-nav * 'master' of github.com:elastic/kibana: (106 commits) [Lens] don't use eui variables for zindex (elastic#96117) Remove /src/legacy (elastic#95510) skip flaky suite (elastic#95899) [Dashboard] Fix Lens and TSVB chart tooltip positioning relative to global headers (elastic#94247) fixes a skipped management x-pack test (elastic#96178) [App Search] API logs: Add log detail flyout (elastic#96162) [tech-debt] Remove defunct opacity parameters from EUI shadow functions (elastic#96191) Add Input Controls project configuration (elastic#96238) [file upload] document file upload privileges and provide actionable UI when failures occur (elastic#95883) Revert "TS Incremental build exclude test files (elastic#95610)" (elastic#96223) [App Search] Added Sample Response section to Result Settings (elastic#95971) [Maps] Safe-erase text-field (elastic#94873) [RAC][Alert Triage][TGrid] Update the Alerts Table (TGrid) API to implement `renderCellValue` (elastic#96098) [Maps] Enable all zoom levels for all users (elastic#96093) Use plugin version in its publicPath (elastic#95945) [Enterprise Search] Expose core.chrome.setIsVisible for use in Workplace Search (elastic#95984) [Workplace Search] Add sub nav and fix rendering bugs in Personal dashboard (elastic#96100) [OBS]home page is showing incorrect value of APM throughput (tpm) (elastic#95991) [Observability] Exploratory View initial skeleton (elastic#94426) [KQL] Fixed styles of KQL textarea for the K8 theme (elastic#96190) ... # Conflicts: # x-pack/plugins/snapshot_restore/__jest__/client_integration/helpers/restore_snapshot.helpers.ts
Summary
Kibana-app
Created a separate PR for kibana app changes #95771
Part of https://github.com/elastic/uptime-dev/issues/46
This PR only partially addresses issue
Scope
Limiting the scope of the PR, Pushing this PR into ready state to keep it in reviewable state.
this adds exploratory view skeleton.
Also adds integration with Lens
Adds Series builder/editor components
Follow Up:
Since code is already exploding, i will do follow up PR's to use actual index patterns formatting/labels.
Also there will be another follow up to add actual integration to User Experience app viz.
I expect significant design iterations and workflow iterations