Prometheus Design System

Stats Badge

Gray pill with a leading icon used for 'last scrape' duration and 'N ms ago' timestamps. Same palette as Label Badge.

DO

Set text-transform: none at the root so intent matches output — see INC-009.

DON'T

Inherit uppercase from the generic Badge default; the inner label overrides it anyway.

Design

default

573ms

Gray pill with icon + mixed-case numeric content.

Component reference (screenshots)
/targets
/targets light

Placeholder screenshots — the audited app is live at prometheus-e83j.onrender.com.

Implementation

<StatsBadge icon={IconClock}>573ms</StatsBadge>

Layout

PropertyValue
padding0 10px badge-padding-x
border-radius1000px pill
text-transformnone (root) — fixes INC-009

Accessibility

ARIALeading icon is decorative; the numeric text carries the meaning.

Related inconsistencies