Slackbot
02/14/2024, 5:30 PMSrikanth Chekuri
02/14/2024, 11:39 PMSrikanth Chekuri
02/14/2024, 11:40 PMEric Thompson
02/14/2024, 11:44 PM/metrics
endpoint piped into SigNoz so I can chart it on a dashboardEric Thompson
02/14/2024, 11:56 PMEric Thompson
02/15/2024, 12:00 AMotelCollector:
config:
receivers:
prometheus:
config:
global:
scrape_interval: 15s # Adjust this interval as needed
scrape_configs:
- job_name: 'test_redis'
static_configs:
- targets: ['redis.dev.svc.cluster.local:8001'] # Adjust the Prometheus address and port
service:
pipelines:
metrics:
receivers: [otlp, prometheus]
processors: [batch]
exporters: [clickhousemetricswrite]
Srikanth Chekuri
02/15/2024, 12:02 AMEric Thompson
02/15/2024, 12:03 AM2024-02-15T00:01:57.928Z warn clickhousemetricsexporter/exporter.go:244 Dropped histogram metric with no
data points {"kind": "exporter", "data_type": "metrics", "name": "clickhousemetricswrite", "name": "signoz_latency"}
Srikanth Chekuri
02/15/2024, 12:03 AMEric Thompson
02/15/2024, 12:03 AMSrikanth Chekuri
02/15/2024, 12:03 AMEric Thompson
02/15/2024, 12:04 AMEric Thompson
02/15/2024, 12:04 AMtest_redis
metrics, nothing shows upEric Thompson
02/15/2024, 12:05 AMselect DISTINCT(JSONExtractString(time_series_v2.labels,'__name__')) as metrics from signoz_metrics.distributed_time_series_v2
in the ClickHouse query and it just 400sSrikanth Chekuri
02/15/2024, 12:06 AMEric Thompson
02/15/2024, 12:09 AMEric Thompson
02/15/2024, 12:10 AMEric Thompson
02/15/2024, 12:22 AM