mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 01:06:25 +02:00
- Introduced Docker Compose setup with OpenTelemetry Collector, Tempo, Prometheus, and Grafana. - Configured OTEL Collector to receive traces and derive Prometheus metrics. - Added Grafana dashboards for visualizing LLM request metrics and latencies. - Included configuration files for Prometheus and Tempo to support trace storage and metrics generation. - Updated README with setup instructions and architecture overview.
20 lines
379 B
YAML
20 lines
379 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://prometheus:9090
|
|
isDefault: true
|
|
editable: true
|
|
|
|
- name: Tempo
|
|
type: tempo
|
|
access: proxy
|
|
url: http://tempo:3200
|
|
editable: true
|
|
jsonData:
|
|
tracesToMetrics:
|
|
datasourceUid: Prometheus
|
|
serviceMap:
|
|
datasourceUid: Prometheus
|