this is an example from test alert:
firing:true
state:“pending”
conditionEvals:“true = true”
timeMs:“2.848ms”
matches:Array[23]
0:Object
metric:“156 - Cese del Regimen (Inscriptos)”
value:1786
1:Object
metric:“194 - Inscriptos sin actividad principal (Inscriptos)”
value:2676
2:Object
metric:“25 - Vinculos sin Responsabilidad (Objetos)”
value:517
3:Object
metric:“44 - Saldo Negativo obligacion (Obligaciones)”
value:733
4:Object
metric:"47 - Obligaciones con estado material ANUL o APEX (Obligaciones) "
value:419
5:Object
metric:“195 - Inscriptos con mas de una actividad como principal (Inscriptos)”
value:6253
this is pannel json:
{
“alert”: {
“alertRuleTags”: {},
“conditions”: [
{
“evaluator”: {
“params”: [
0
],
“type”: “gt”
},
“operator”: {
“type”: “and”
},
“query”: {
“params”: [
“A”,
“1s”,
“now”
]
},
“reducer”: {
“params”: ,
“type”: “last”
},
“type”: “query”
}
],
“executionErrorState”: “alerting”,
“for”: “1s”,
“frequency”: “5m”,
“handler”: 1,
“message”: “Los Siguientes puntos de Cleansing superaron el rango máximo establecido, según los parámetros indicado por cada función.”,
“name”: “Reporte Semanal”,
“noDataState”: “ok”,
“notifications”: [
{
“uid”: “NIul8WPGk”
}
]
},
“aliasColors”: {},
“dashLength”: 10,
“fieldConfig”: {
“defaults”: {
“custom”: {}
},
“overrides”:
},
“fill”: 1,
“gridPos”: {
“h”: 8,
“w”: 12,
“x”: 12,
“y”: 0
},
“id”: 2,
“legend”: {
“avg”: false,
“current”: false,
“max”: false,
“min”: false,
“show”: true,
“total”: false,
“values”: false
},
“lines”: true,
“linewidth”: 1,
“nullPointMode”: “null”,
“options”: {
“alertThreshold”: true
},
“pluginVersion”: “7.3.4”,
“pointradius”: 2,
“renderer”: “flot”,
“seriesOverrides”: ,
“spaceLength”: 10,
“targets”: [
{
“format”: “time_series”,
“group”: ,
“metricColumn”: “none”,
“rawQuery”: true,
“rawSql”: “SELECT\n cch.CCH_FECHA_INICIO AS "time",\n concat(cch.cfs_id,’ - ',cm.cdn_descripcion) as metric,\n CCH_CANTIDAD as value\nFROM CONTROL_CALIDAD_HEADER cch, CALIDAD_MODULOS cm\nWHERE\n cch.CCH_COLOR_CONTROL like ‘Rojo’\n and cm.cfs_id = cch.cfs_id\n”,
“refId”: “A”,
“select”: [
[
{
“params”: [
“CCH_CANTIDAD”
],
“type”: “column”
}
]
],
“table”: “CONTROL_CALIDAD_HEADER”,
“timeColumn”: “CCH_FECHA_INICIO”,
“timeColumnType”: “datetime”,
“where”: [
{
“datatype”: “varchar”,
“name”: “”,
“params”: [
“CCH_COLOR_CONTROL”,
“=”,
“Rojo”
],
“type”: “expression”
}
]
}
],
“thresholds”: [
{
“value”: 0,
“op”: “gt”,
“fill”: true,
“line”: true,
“colorMode”: “critical”
}
],
“timeRegions”: ,
“title”: “Reporte Semanal Cleansing”,
“tooltip”: {
“shared”: true,
“sort”: 0,
“value_type”: “individual”
},
“type”: “graph”,
“xaxis”: {
“buckets”: null,
“mode”: “time”,
“name”: null,
“show”: true,
“values”:
},
“yaxes”: [
{
“$$hashKey”: “object:622”,
“format”: “casos”,
“label”: null,
“logBase”: 1,
“max”: null,
“min”: null,
“show”: true
},
{
“$$hashKey”: “object:623”,
“format”: “short”,
“label”: null,
“logBase”: 1,
“max”: null,
“min”: null,
“show”: false
}
],
“yaxis”: {
“align”: false,
“alignLevel”: null
},
“bars”: false,
“dashes”: false,
“fillGradient”: 0,
“hiddenSeries”: false,
“percentage”: false,
“points”: false,
“stack”: false,
“steppedLine”: false,
“timeFrom”: null,
“timeShift”: null,
“datasource”: null
}
my source is a db in mysql:
this is the pannel: