33 lines
620 B
JSON
33 lines
620 B
JSON
{
|
|
"title": "Celery Overview",
|
|
"uid": "celery-overview",
|
|
"timezone": "browser",
|
|
"panels": [
|
|
{
|
|
"type": "stat",
|
|
"title": "Active Workers",
|
|
"datasource": "Prometheus",
|
|
"targets": [
|
|
{
|
|
"expr": "sum(celery_worker_up)",
|
|
"refId": "A"
|
|
}
|
|
],
|
|
"id": 1
|
|
},
|
|
{
|
|
"type": "graph",
|
|
"title": "Tasks Succeeded",
|
|
"datasource": "Prometheus",
|
|
"targets": [
|
|
{
|
|
"expr": "rate(celery_task_succeeded_total[5m])",
|
|
"refId": "A"
|
|
}
|
|
],
|
|
"id": 2
|
|
}
|
|
],
|
|
"schemaVersion": 37,
|
|
"version": 1
|
|
} |