Initialize RTGS prototype repository
3센터 A-A-A RTGS 실시간총액결제 프로토타입 최초 버전관리 시작. - backend: Kotlin/Gradle 멀티모듈(sequencer, common, 채널/센터 모듈) - frontend: Vite + TS - infra: docker-compose, prometheus/grafana, ELK 네이티브 스크립트 - loadtest(k6), sim(장애/순서/정합성 시나리오), docs(PoC 보고서/복원력방안)
This commit is contained in:
12
infra/start-prometheus.cmd
Normal file
12
infra/start-prometheus.cmd
Normal file
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
rem ===================================================================
|
||||
rem Prometheus (관측성 B4) — RTGS 7개 서비스 /actuator/prometheus 스크랩.
|
||||
rem 포터블: apps\prometheus-3.13.0, 데이터는 home\prometheus-data.
|
||||
rem UI: http://localhost:9090 (Status > Targets 로 수집 상태 확인)
|
||||
rem ===================================================================
|
||||
set "PROM=C:\ai-dev\apps\prometheus-3.13.0"
|
||||
set "PDATA=C:\ai-dev\home\prometheus-data"
|
||||
if not exist "%PDATA%" mkdir "%PDATA%"
|
||||
echo [prometheus] starting on :9090 (scrape rtgs 7 services)...
|
||||
start "Prometheus :9090" "%PROM%\prometheus.exe" --config.file="%~dp0prometheus.yml" --storage.tsdb.path="%PDATA%" --web.listen-address=0.0.0.0:9090
|
||||
echo [prometheus] UI: http://localhost:9090 (Status ^> Targets)
|
||||
Reference in New Issue
Block a user