Requirement
- The following host ports must be available:
- 9091: Manifest Prometheus on localhost (SSH Tunnel)
- 9273: Telegraph HTTP listener
- 9274: Telegraph Prometheus Monitoring
- 8880:
vmalert
(live rules) Prometheus Monitoring - 5432: TimescaleDB
- 3000: PostgREST
- 5173:
bun dev
dashboard url
- Create SSH tunnel to Manifest Prometheus server. The server will be available on
http://localhost:9091
ssh -L 9091:[PROM_ADDR]:9090 [USER]@[PROM_ADDR]
- Clone and start the prometheus-timescaledb-e2e project. The default environment should work as-is.
git clone https://github.com/liftedinit/prometheus-timescaledb-e2e.git cd prometheus-timescaledb-e2e docker compose up -d --wait
- Clone and start the manifest-dashboard project. The default environment should work as-is.
git clone https://github.com/liftedinit/manifest-dashboard.git cd manifest-dashboard bun install bun dev
- Visit http://localhost:5173