16 lines
369 B
YAML
16 lines
369 B
YAML
global:
|
|
scrape_interval: 60s
|
|
query_log_file: /etc/prometheus/query.log
|
|
|
|
scrape_configs:
|
|
# Crawler configs get pushed with OTLP
|
|
# - job_name: 'loki'
|
|
# static_configs:
|
|
# - targets: ['loki:3100']
|
|
# - job_name: 'prometheus'
|
|
# static_configs:
|
|
# - targets: ['localhost:9090']
|
|
- job_name: 'tempo'
|
|
static_configs:
|
|
- targets: ['tempo:3200']
|