mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 09:37:28 +00:00
* feat: added docker-compose configuration files for Grafana, Prometheus, and Tempo, Otel stacks * fix: datasource uid
15 lines
242 B
YAML
15 lines
242 B
YAML
apiVersion: 1
|
|
|
|
prune: true
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
uid: prometheus
|
|
access: proxy
|
|
orgId: 1
|
|
url: http://127.0.0.1:9090
|
|
basicAuth: false
|
|
isDefault: false
|
|
version: 1
|
|
editable: false
|