Slackbot
10/14/2022, 8:25 PMAlexei Zenin
10/14/2022, 8:26 PMreceivers:
prometheus:
config:
scrape_configs:
# SigNoz span metrics
- job_name: "signozspanmetrics-collector"
scrape_interval: 60s
static_configs:
- targets:
- 127.0.0.1:8889
processors:
batch:
send_batch_size: 10000
send_batch_max_size: 11000
timeout: 10s
extensions:
health_check:
endpoint: 0.0.0.0:13134
exporters:
clickhousemetricswrite:
endpoint: tcp://${!CLICKHOUSE_HOST}:9000/?database=signoz_metrics&username=${!CLICKHOUSE_USER}&password=${!CLICKHOUSE_PWD}
service:
telemetry:
metrics:
address: 0.0.0.0:8890
extensions:
- health_check
pipelines:
metrics:
receivers: [prometheus]
processors: [batch]
exporters: [clickhousemetricswrite]
Alexei Zenin
10/14/2022, 8:27 PM!Sub
function. took a while to understand why a segmentation fault was happening, no clear error messageAlexei Zenin
10/14/2022, 8:27 PMPranay
Ankit Nayan