-
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
[Exploratory View]added loading state for metric selector #115748
[Exploratory View]added loading state for metric selector #115748
Conversation
💚 Build SucceededMetrics [docs]Async chunks
To update your PR or re-run it, just comment with: cc @shahzad31 |
@elasticmachine merge upstream |
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.
Empty state looks good, although I think maybe the content shouldn't have a period. @liciavale wdyt? Also I think it would be nice if we could have a popover with a link to instructions to add rum data, or synthetics data, for empty states. Wdyt? I can create a follow up ticket for 8.0.0 as that would be out of scope of this bug fix.
Also, part of the issue with the loading for me is the empty badge when loading. Can this be resolved as well?
Yes, this is definitely a good idea and we should look into empty states and onboarding as one of our next priorities. Good idea to create a follow-up ticket and we can take it from there. |
Raised here #116293 |
@dominiqueclarke i have added loading for empty badge as well. |
8af1b50
to
e77a31a
Compare
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, I still think we should remove the period from "No data available."
...ervability/public/components/shared/exploratory_view/series_editor/report_metric_options.tsx
Outdated
Show resolved
Hide resolved
…ory_view/series_editor/report_metric_options.tsx Co-authored-by: Dominique Clarke <[email protected]>
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @shahzad31 |
The following labels were identified as gaps in your version labels and will be added automatically:
If any of these should not be on your pull request, please manually remove them. |
…5748) Co-authored-by: Dominique Clarke <[email protected]>
…5748) Co-authored-by: Dominique Clarke <[email protected]>
…116589) Co-authored-by: Dominique Clarke <[email protected]> Co-authored-by: Shahzad <[email protected]> Co-authored-by: Dominique Clarke <[email protected]>
…5748) Co-authored-by: Dominique Clarke <[email protected]>
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
2 similar comments
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
) (#116588) Co-authored-by: Dominique Clarke <[email protected]> Co-authored-by: Shahzad <[email protected]>
Summary
Fixes #115740
Added a loading state while index pattern isn't available.
After loading if there is no index pattern at all, it shows no data available message.