Dusty McDustins
03/28/2025, 4:34 PM/opt/signoz-otel-collector/conf/config.yaml
When I add a scraper clause nothing seems to happen. More details in thread..Dusty McDustins
03/28/2025, 4:36 PMreceivers:
prometheus:
config:
scrape_configs:
- job_name: "vllm"
scrape_interval: 5s
static_configs:
- targets: ["acme-tgi:8000"]
I know the scrape target is valid because I can curl /metrics
there and get the usual prometheus metrics data. I can also install Prometheus and config a scraper and see the metrics I expectDusty McDustins
03/28/2025, 4:38 PMVibhu Pandey
03/29/2025, 5:40 PMVibhu Pandey
03/29/2025, 5:40 PMmetrics:
receivers:
- prometheus
Dusty McDustins
03/30/2025, 5:32 PMDusty McDustins
03/30/2025, 5:32 PMVibhu Pandey
03/30/2025, 6:50 PM