mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 02:32:37 +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
12
scripts/telemetry/prometheus.yml
Normal file
12
scripts/telemetry/prometheus.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
global:
|
||||
scrape_interval: 15s
|
||||
evaluation_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'prometheus'
|
||||
static_configs:
|
||||
- targets: ['localhost:9090']
|
||||
|
||||
- job_name: 'otel-collector'
|
||||
static_configs:
|
||||
- targets: ['otel-collector:9464']
|
||||
Loading…
Add table
Add a link
Reference in a new issue