Roopesh Saravanan
06/12/2024, 6:59 AMreceivers:
prometheus:
config:
scrape_configs:
- job_name: 'otelcol'
scrape_interval: 5s
static_configs:
- targets: ['0.0.0.0:8888']
- job_name: 'node'
scrape_interval: 5s
static_configs:
- targets: ['localhost:9100']
- job_name: 'l3af'
scrape_interval: 5s
static_configs:
- targets: ['localhost:8898']
processors:
batch:
exporters:
prometheusremotewrite:
endpoint: # Update the endpoint field with your desired remote backend
service:
pipelines:
metrics:
receivers: [prometheus]
processors: [batch]
exporters: [prometheusremotewrite]
We would like to test the setup with SigNoz locally. Is that possible? Also, we're running the application inside a VM.