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

[Synthetics] [Design] Update TLS view to be more scalable #186391

Open
justinkambic opened this issue Jun 18, 2024 · 2 comments
Open

[Synthetics] [Design] Update TLS view to be more scalable #186391

justinkambic opened this issue Jun 18, 2024 · 2 comments
Labels
bug Fixes for quality problems that affect the customer experience Synthetics Team:obs-ux-management Observability Management User Experience Team

Comments

@justinkambic
Copy link
Contributor

Today, in the TLS view in Synthetics, we list an unbounded number of monitors inside the entries of the TLS table. These monitor names are useful to populate because they can link the user directly to the details page.

Unfortunately, because the TLS table is keyed in on the certificate hash and not monitor ID, there's a many-to-one relationship between monitor:cert. Monitors tracking the same certificate (i.e. numerous monitors for a single website) can flood this row with an unbounded number of monitors. Example:

image

We should revise this view to not display an unbounded number of monitors, but truncate after a pre-determined number of them, and let the user expand some control to View all instead.

@justinkambic justinkambic added bug Fixes for quality problems that affect the customer experience Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team labels Jun 18, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

@smith smith added Team:obs-ux-management Observability Management User Experience Team and removed Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team labels Jul 8, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Synthetics Team:obs-ux-management Observability Management User Experience Team
Projects
None yet
Development

No branches or pull requests

3 participants