-
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
[APM] Service map: Add empty state #77886
Comments
Pinging @elastic/apm-ui (Team:apm) |
We could start with showing a Title: No services available. |
@formgeist Looks good. Should we convert this to an implementation issue or create a new one? |
@sqren I think that's fine 👍 |
It's not possible to distinguish between "no data" and "data loading" because the canvas is empty either way.
Solution
Show an
EuiEmptyPrompt
component on the page with the following content;Title: No services available.
Content:
We can’t find any services to map within the currently selected time range and environment. Please try another range or check the environment selected. If you don’t have any services, please use our setup instructions to get started.
The text was updated successfully, but these errors were encountered: