mirror of
https://github.com/luxfi/explore.git
synced 2026-07-27 03:13:50 +00:00
* add counter metric and logger for bot request * add script for grafana local instance * add log endpoint * add ENV to enable monitoring * [skip ci] change metric labels and add telegram bot * [skip ci] remove 404 from /metrics route
16 lines
339 B
YAML
16 lines
339 B
YAML
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 15s
|
|
|
|
rule_files:
|
|
# - "first.rules"
|
|
# - "second.rules"
|
|
|
|
scrape_configs:
|
|
- job_name: prometheus
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|
|
- job_name: frontend
|
|
metrics_path: /node-api/metrics
|
|
static_configs:
|
|
- targets: ['host.docker.internal:3000'] |