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] Fix TLS cert view for > 3 monitors per cert #186204

Conversation

justinkambic
Copy link
Contributor

Summary

Resolves #183985.

This patch makes it so we can see more than three monitors per cert in the TLS page of Synthetics.

I've set the default limit to the round number of 100. Realistically, users could have more than 100 monitors for the same cert, but also realistically, this page would need a layout overhaul to display that many monitors in a single row as well.

Before

image

After

image

Testing this PR

Follow the simple repro instructions in the linked issue. On main, you should only see 3 or less monitors. On this branch, you should see all monitors.

@justinkambic justinkambic added bug Fixes for quality problems that affect the customer experience release_note:fix Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team v8.15.0 labels Jun 13, 2024
@justinkambic justinkambic self-assigned this Jun 13, 2024
@justinkambic justinkambic requested a review from a team as a code owner June 13, 2024 17:41
@elasticmachine
Copy link
Contributor

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

@botelastic botelastic bot added the ci:project-deploy-observability Create an Observability project label Jun 13, 2024
@obltmachine
Copy link

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

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

Copy link
Contributor

@kpatticha kpatticha left a comment

Choose a reason for hiding this comment

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

The patch LGTM. The only concert I have is what you mentioned already with the layout.

@justinkambic
Copy link
Contributor Author

Thank you for the review @kpatticha. I have created #186391 to track the design concern, as for certain users this is definitely going to be an issue in the future.

@justinkambic justinkambic enabled auto-merge (squash) June 18, 2024 14:31
@kibana-ci
Copy link
Collaborator

kibana-ci commented Jun 18, 2024

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

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

cc @justinkambic

@justinkambic justinkambic merged commit cc7dee6 into elastic:main Jun 18, 2024
24 checks passed
@kibanamachine kibanamachine added the backport:skip This commit does not require backporting label Jun 18, 2024
bhapas pushed a commit to bhapas/kibana that referenced this pull request Jun 18, 2024
)

## Summary

Resolves elastic#183985.

This patch makes it so we can see more than three monitors per cert in
the TLS page of Synthetics.

I've set the default limit to the round number of 100. Realistically,
users could have more than 100 monitors for the same cert, but also
realistically, this page would need a layout overhaul to display that
many monitors in a single row as well.

### Before

<img width="1414" alt="image"
src="https://github.com/elastic/kibana/assets/18429259/26357eee-b909-407a-af61-a61b5033e899">


### After

<img width="1412" alt="image"
src="https://github.com/elastic/kibana/assets/18429259/51f47e4e-7b5b-4fa6-b20c-90344c0c6912">


## Testing this PR

Follow the simple repro instructions in the linked issue. On `main`, you
should only see 3 or less monitors. On this branch, you should see all
monitors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting bug Fixes for quality problems that affect the customer experience ci:project-deploy-observability Create an Observability project release_note:fix Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team v8.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Synthetics] TLS certificates display a maximum of 3 monitors per column.
6 participants