Gauge Sla

Renders a semi-circular radial gauge track with high contrast status quadrants, a glowing needle tick, and a prominent central KPI readout.

Surfaces
webmeet-stageapps-script-web
Fields
FieldType
titlestring (optional, e.g., 'API Response SLA')optional
valuenumber representing current value (e.g., 99.4)required
max_valuenumber representing maximum gauge scale (e.g., 100)required
unitstring (optional, e.g., '%')optional
labelstring (optional, e.g., 'SLA Met')optional
Example payload
{
  "type": "gauge_sla",
  "value": 75,
  "max_value": 5
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:gauge_sla",
  "displayName": "Gauge Sla",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/gauge_sla",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Renders a semi-circular radial gauge track with high contrast status quadrants, a glowing needle tick, and a prominent central KPI readout.",
  "representativeQueries": [
    "show a radial SLA gauge with glowing pointer and large metric value",
    "renders a semi-circular radial gauge track with high contrast status quadrants, a glowing needle tic",
    "render a gauge sla"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →