Widget de valor de alerta

El widget de valor de alerta muestra el valor de consulta actual de un monitor de métrica de alerta simple. Los monitores de alertas simples tienen una consulta de métrica que no está agrupada y devuelve un valor. Utiliza los widgets de valor de alerta de tu dashboard para obtener una visión general de los comportamientos y estados de alerta de tu monitor.

Tres widgets de valor de alerta con tres estados de monitor diferentes para el espacio en disco, CPU alta y tasa de error de comprobación

Ajuste

Página de configuración del valor de alerta para un monitor de CPU alta

Configuración

  1. Elige un monitor de métrica existente para graficar.
  2. Selecciona el formato en el que lo quieres visualizar:
    • Decimal
    • Unidades
    • Alineación
  3. Ponle un título a tu gráfica.

API

Este widget se puede utilizar con la API de dashboards. Consulta la siguiente tabla para obtener la definición del esquema JSON del widget):

Expand All

Field

Type

Description

alert_id [required]

string

ID of the alert to use in the widget.

precision

int64

Number of decimal to show. If not defined, will use the raw value.

text_align

enum

How to align the text on the widget. Allowed enum values: center,left,right

title

string

Title of the widget.

title_align

enum

How to align the text on the widget. Allowed enum values: center,left,right

title_size

string

Size of value in the widget.

type [required]

enum

Type of the alert value widget. Allowed enum values: alert_value

default: alert_value

unit

string

Unit to display with the value.

{
  "alert_id": "",
  "precision": "integer",
  "text_align": "string",
  "title": "string",
  "title_align": "string",
  "title_size": "string",
  "type": "alert_value",
  "unit": "string"
}

Leer más

Additional helpful documentation, links, and articles: