mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
fe03683f0c
* adding support for prometheus and grafana * open telemetry * lint fixes * missing counter and telemetry standardization --------- Co-authored-by: Henry <hzj94@hotmail.com>
9 lines
197 B
YAML
9 lines
197 B
YAML
global:
|
|
scrape_interval: 5s
|
|
scrape_configs:
|
|
- job_name: "FlowiseAI"
|
|
static_configs:
|
|
- targets: ["localhost:8080","localhost:3000"]
|
|
|
|
metrics_path: /api/v1/metrics/
|
|
scheme: http |