Slackbot
08/03/2022, 5:56 PMPranay
Prashant Shahi
08/03/2022, 6:39 PMprometheusremotewrite
, it would be clickhousemetricswrite
however, you would have to run SigNoz OtelCollector image and pass ClickHouse credentials.
https://github.com/SigNoz/signoz/blob/develop/deploy/docker/clickhouse-setup/otel-collector-metrics-config.yaml#L57-L59
https://github.com/SigNoz/charts/blob/main/charts/signoz/values.yaml#L1172-L1174avtar singh
08/03/2022, 6:49 PMPrashant Shahi
08/03/2022, 6:58 PMAnkit Nayan
prometheusremotewrite
? Ideally you should not need with signoz setupavtar singh
08/04/2022, 4:40 AMAnkit Nayan
prometheusremotewrite
exporter to write to thanos. That would just be an additional config to add to otel-collector exporters https://github.com/SigNoz/opentelemetry-collector-contrib/tree/develop/exporter/prometheusremotewriteexporterAnkit Nayan
Ankit Nayan
avtar singh
08/04/2022, 4:51 AMAnkit Nayan
with prometheusremotewrite I was getting 404there would be config or thanos set up issue. SigNoz uses otel-collector which enables writing via
prometheusremotewrite
avtar singh
08/04/2022, 4:52 AMAnkit Nayan
avtar singh
08/04/2022, 4:53 AMAnkit Nayan
vanilla Prometheus support direct writeyou mean write to thanos? Yes
avtar singh
08/04/2022, 4:57 AMAnkit Nayan
prometheusexporter
at otel-collector https://github.com/SigNoz/opentelemetry-collector-contrib/tree/develop/exporter/prometheusexporter which will expose at some endpoint and then prometheus can scrape the otel-collectors to get the metricsAnkit Nayan