Files
boc/iom/monitoring/promtail-config.yml
T
Bernt bae705aa97 ARCHITECTURE: NFC roadmap, edge AI, audit logging
- Add NFC ePassport roadmap (ICAO 9303, eIDAS)
- Add TensorFlow.js edge face detection (BlazeFace)
- Add structured audit logger (GDPR-compliant)
- Risk scoring support

Part of KYC Apple Native UX v1.1.0
2026-06-29 16:24:48 +00:00

35 lines
656 B
YAML

server:
http_listen_port: 9080
grpc_listen_port: 0
positions:
filename: /tmp/positions.yaml
clients:
- url: http://loki:3100/loki/api/v1/push
scrape_configs:
- job_name: iom-api
static_configs:
- targets:
- localhost
labels:
job: iom-api
__path__: /var/log/iom/api.log
- job_name: iom-worker
static_configs:
- targets:
- localhost
labels:
job: iom-worker
__path__: /var/log/iom/worker.log
- job_name: system
static_configs:
- targets:
- localhost
labels:
job: system
__path__: /var/log/syslog