Screenshot from 2020-05-04 10-23-39.png Screenshot from 2020-05-04 10-23-52.png Screenshot from 2020-05-04 10-24-23.png image.png
Introduce
The Codimd Dashboard is introduced on Codimd Issue #1446.
Prometheus Configuration Example
- job_name: codimd-router
honor_timestamps: true
scrape_interval: 5s
scrape_timeout: 5s
metrics_path: /metrics/router
scheme: http
static_configs:
- targets:
- localhost:3000
- job_name: codimd
honor_timestamps: true
scrape_interval: 5s
scrape_timeout: 5s
metrics_path: /metrics/codimd
scheme: http
static_configs:
- targets:
- localhost:3000