Skip to content

Conversation

roidelapluie
Copy link
Member

image

Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
Copy link
Member

@jesusvazquez jesusvazquez left a comment

Choose a reason for hiding this comment

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

LGTM

@roidelapluie roidelapluie merged commit 76a97ca into prometheus:main Jun 19, 2025
27 checks passed
@juliusv
Copy link
Member

juliusv commented Jun 19, 2025

Was it intentional to only show warnings and not info-level annotations as we do in the Table view?

I just was looking at the Table code for that again in

{data.warnings?.map((w, idx) => (
<Alert
key={idx}
color="red"
title="Query warning"
icon={<IconAlertTriangle />}
>
{w}
</Alert>
))}
{data.infos?.map((w, idx) => (
<Alert
key={idx}
color="yellow"
title="Query notice"
icon={<IconInfoCircle />}
>
{w}
</Alert>
))}
and now also wondering why I didn't show both in the Graph tab already. Maybe I just forgot about it while building both :)

roidelapluie added a commit to roidelapluie/prometheus that referenced this pull request Jun 20, 2025
Followup of prometheus#16753

Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

3 participants