Split dev/ flat directory into dev/scripts/ (29 .py files) and dev/seeds/ (PDFs, Excel, ZIPs, NDJSON, grafana, PY2023). Update all Path(__file__) references to use parents[2] for project root and dev/seeds/ for seed data. Fix path references in src/ too. Add PY2024 CMS quality measure value sets (HWR, UAMCC, ACR) to the REGISTRY and load into DuckDB — enables 2024->2025->2026 diffs. Add HWR tables to notebook DIFF_SPECS now that two years exist.
33 lines
516 B
YAML
33 lines
516 B
YAML
apiVersion: 1
|
|
|
|
deleteDatasources:
|
|
- name: Loki
|
|
orgId: 1
|
|
- name: Prometheus
|
|
orgId: 1
|
|
- name: Jaeger
|
|
orgId: 1
|
|
|
|
datasources:
|
|
- name: Loki
|
|
type: loki
|
|
uid: loki
|
|
access: proxy
|
|
url: http://loki:3100
|
|
isDefault: true
|
|
editable: true
|
|
|
|
- name: Prometheus
|
|
type: prometheus
|
|
uid: prometheus
|
|
access: proxy
|
|
url: http://prometheus:9090
|
|
editable: true
|
|
|
|
- name: Jaeger
|
|
type: jaeger
|
|
uid: jaeger
|
|
access: proxy
|
|
url: http://jaeger:16686
|
|
editable: true
|