Files
microdao-daarion/infra/logging/grafana-provisioning/dashboards/daarion-logs.json

24 lines
470 B
JSON

{
"title": "DAARION Logs",
"schemaVersion": 38,
"version": 1,
"panels": [
{
"type": "logs",
"title": "Recent Logs",
"gridPos": { "x": 0, "y": 0, "w": 24, "h": 10 },
"options": {
"dedupStrategy": "none",
"showLabels": true,
"wrapLogMessage": true
},
"targets": [
{
"datasource": { "type": "loki", "uid": "loki" },
"expr": "{job=\"docker\"}"
}
]
}
]
}