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

[Inventory] Entity cloud.availability_zone column format #192975

Closed
kpatticha opened this issue Sep 16, 2024 · 3 comments
Closed

[Inventory] Entity cloud.availability_zone column format #192975

kpatticha opened this issue Sep 16, 2024 · 3 comments
Labels
enhancement New value added to drive a business result Feature:EntitiesInventory Observability entities inventory feature Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team

Comments

@kpatticha
Copy link
Contributor

kpatticha commented Sep 16, 2024

Summary

A component that handles the format of the Availability zone column in the data grid.

Designs

N/A

Similar functionality like the environment.
https://github.com/user-attachments/assets/4cb2e35b-6605-48af-951c-ce38ccf7a75e

Hints

Functionality used for the environment badge -

export function EnvironmentBadge({ environments = [], isMetricsSignalType = true }: Props) {

Acceptance criteria

  • When the entity has one cloud.availability_zone show the string
  • When the entity doen't have cloud.availability_zone show do no show anything
  • When the entity has more than one cloud.availability_zone show [X availability zones]. On hover, the user should be able to see the available zones
@kpatticha kpatticha mentioned this issue Sep 16, 2024
13 tasks
@botelastic botelastic bot added the needs-team Issues missing a team label label Sep 16, 2024
@kpatticha kpatticha added Feature:EntitiesInventory Observability entities inventory feature Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team labels Sep 16, 2024
@elasticmachine
Copy link
Contributor

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

@botelastic botelastic bot removed the needs-team Issues missing a team label label Sep 16, 2024
@smith
Copy link
Contributor

smith commented Sep 16, 2024

There's nothing special about this field. Since it's possible for any field to have multiple values, the behavior specified here should be the behavior of any keyword field.

@cauemarcondes
Copy link
Contributor

closing by #192330 (comment)

@smith smith added the enhancement New value added to drive a business result label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:EntitiesInventory Observability entities inventory feature Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team
Projects
None yet
Development

No branches or pull requests

4 participants