fix(grafana): make file-1c dashboards live by default

This commit is contained in:
igor04091968
2026-05-22 09:48:28 +03:00
parent 172d113536
commit da58d682c1
3 changed files with 26 additions and 26 deletions
@@ -190,7 +190,7 @@
},
{
"id": 5,
"title": "Длительные операции",
"title": "События занятости файловой базы",
"type": "table",
"datasource": {
"type": "grafana-clickhouse-datasource",
@@ -213,7 +213,7 @@
"format": 1,
"pluginVersion": "11.2.2",
"queryType": "table",
"rawSql": "SELECT ts, infobase, user, event_name, duration_ms, message FROM analytics_1c.reglog_events WHERE duration_ms > 3000 AND $__timeFilter(ts) ORDER BY duration_ms DESC LIMIT 50",
"rawSql": "SELECT ts, infobase, user, event_name, level, message FROM analytics_1c.reglog_events WHERE event_name = 'FileBaseBusy' AND $__timeFilter(ts) ORDER BY ts DESC LIMIT 50",
"refId": "A"
}
],
@@ -332,6 +332,6 @@
"timezone": "browser",
"title": "1C File - Operations Health",
"uid": "1c-file-ops",
"version": 1,
"version": 2,
"weekStart": ""
}
}