chore: setup telemetry

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-10-03 16:35:31 -07:00
parent 5a44b9ff82
commit 0a25c10350
5 changed files with 83 additions and 13 deletions

View 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']