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

Status color for closed alert; colors should be aligned with OpsGenie web UI #133

Open
marians opened this issue Feb 27, 2024 · 0 comments

Comments

@marians
Copy link

marians commented Feb 27, 2024

The alerts list component (EntityOpsgenieAlertsCard) shows alerts with a colored dot that indicates status. Example:

image

Currently

  • a closed alert is currently marked by a dot in color theme.palette.status.ok (green)
  • an open and acknowledged alert has a dot in theme.palette.status.warning (yellow)
  • an open alert that is not acknowledged gets theme.palette.status.error (red)

Source: https://github.com/K-Phoen/backstage-plugin-opsgenie/blob/v0.6.6/src/components/AlertsTable/StatusChip.tsx

To me personally, the combination of the color green for a closed alert is unexpected, as the green indicates more that something is "ready" or "active".

I suggest to align the colors with the OpsGenie web UI. Here they use:

  • Red for an open, not acknowledged alert (#b23120 in dark, #d8351f in light)
  • Light blue for an acknowledged alert (#a4adba in dark, #dfecfe in light)
  • Transparent, gray outline only for a closed alert
OpsGenie web UI screenshots

Open (dark theme)

dark open

Open (light theme)

light open

Acknowledged (dark theme)

dark acked

Acknowledged (light theme)

light acked

Closed (dark theme)

dark closed

Closed (light theme)

light closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant