mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 21:22:38 +00:00
chore: setup telemetry
# What does this PR do? ## Test Plan
This commit is contained in:
parent
5a44b9ff82
commit
0a25c10350
5 changed files with 83 additions and 13 deletions
15
scripts/telemetry/grafana-datasources.yaml
Normal file
15
scripts/telemetry/grafana-datasources.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://prometheus:9090
|
||||
isDefault: true
|
||||
editable: true
|
||||
|
||||
- name: Jaeger
|
||||
type: jaeger
|
||||
access: proxy
|
||||
url: http://jaeger:16686
|
||||
editable: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue