mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 15:19:40 +02:00
26 lines
649 B
YAML
26 lines
649 B
YAML
# Grafana Datasource Provisioning
|
|
# Auto-configures VictoriaMetrics as the default datasource
|
|
# VictoriaMetrics is 100% Prometheus-compatible, using same type
|
|
|
|
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://victoriametrics:9090
|
|
isDefault: true
|
|
editable: true
|
|
jsonData:
|
|
timeInterval: "15s"
|
|
httpMethod: POST
|
|
|
|
# Business Metrics API (DuckDB via mana-core-auth)
|
|
- name: Business Metrics
|
|
type: yesoreyeram-infinity-datasource
|
|
access: proxy
|
|
url: http://mana-core-auth:3001
|
|
isDefault: false
|
|
editable: true
|
|
jsonData:
|
|
datasource_mode: "basic"
|