feat(1c): add file-based analytics stack scaffold

This commit is contained in:
igor04091968
2026-05-21 23:34:55 +03:00
parent b420104f1f
commit 04b45ecf03
30 changed files with 1537 additions and 13 deletions
@@ -0,0 +1,16 @@
apiVersion: 1
datasources:
- name: clickhouse-1c
uid: clickhouse-1c
type: grafana-clickhouse-datasource
access: proxy
editable: true
jsonData:
defaultDatabase: analytics_1c
port: 8123
server: clickhouse
protocol: http
username: ${CLICKHOUSE_USER}
secureJsonData:
password: ${CLICKHOUSE_PASSWORD}