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

[Dataset quality] Implement Management Flyout #172136

Conversation

mohamedhamed-ahmed
Copy link
Contributor

@mohamedhamed-ahmed mohamedhamed-ahmed commented Nov 29, 2023

related to #170441

📝 Summary

This PR introduces the dataset quality flyout and shows the first 2 sections in the flyout, dataset and integration details. The new Actions column is also added as part of this PR.

✅ Testing

  1. Navigate to /app/observability-log-explorer/dataset-quality
  2. The Actions column should be visible at the rightmost side of the table
  3. Dataset Name column should now be clickable and opens the flyout
  4. Clicking the Open in Logs Explorer or the Open Action column should navigate to the Log Explorer with having the correct dataset and namespace selected

@apmmachine
Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • /oblt-deploy-serverless : Deploy a serverless Kibana instance using the Observability test environments.
  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@kibana-ci
Copy link
Collaborator

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #86 / links panel links panel create and edit creation by-value links panel "after all" hook for "can save by-value links panel to the library"
  • [job] [logs] FTR Configs #86 / links panel links panel create and edit creation by-value links panel can create a new by-value links panel

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
datasetQuality 36 45 +9

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
datasetQuality 13.9KB 19.7KB +5.7KB

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream


const url = useMemo(() => {
const query = {
query: `data_stream.namespace : "${namespace}"`,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We should change this to use the new locator props once this PR is merged


export const flyoutIntegrationTypeText = i18n.translate(
'xpack.datasetQuality.flyoutIntegrationTypeText',
{
Copy link
Contributor Author

Choose a reason for hiding this comment

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

As per the new figma changes this should be Name instead of Type

<EuiFlexGroup>
<EuiFlexItem grow={1}>
<EuiTitle size="xxs">
<span>Namespace</span>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

As per the comments on figma the namespace field should be removed

@yngrdyn yngrdyn closed this Dec 18, 2023
@yngrdyn yngrdyn force-pushed the 170441-introduce-management-fly-out branch from 1fbb4c8 to b043545 Compare December 18, 2023 17:23
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.

4 participants