FEATURE:: Support for metrics collection - Prometheus and Open Telemetry (#3420)

* adding support for prometheus and grafana

* open telemetry

* lint fixes

* missing counter and telemetry standardization

---------

Co-authored-by: Henry <hzj94@hotmail.com>
This commit is contained in:
Vinod Kiran
2024-11-08 05:30:43 +05:30
committed by GitHub
parent 8466e1a0b0
commit fe03683f0c
22 changed files with 3493 additions and 54 deletions
+9
View File
@@ -0,0 +1,9 @@
global:
scrape_interval: 5s
scrape_configs:
- job_name: "FlowiseAI"
static_configs:
- targets: ["localhost:8080","localhost:3000"]
metrics_path: /api/v1/metrics/
scheme: http