#support

Configuring Istio Metrics and Tracing for SigNoz

TLDR Pedro asked about configuring Istio metrics and tracing for SigNoz. Srikanth suggested using OpenTelemetry Collector with Jaeger receiver for traces and Prometheus scraper for metrics, and then sending data to SigNoz via OTLP exporter.

Powered by Struct AI
Jun 26, 2023 (5 months ago)
Pedro
Photo of md5-d1855a49d8241d1550cf8e8cb6dee2e9
Pedro
04:36 PM
how to configure istio metrics and trancing for SigNoz, today I use prometheus, kiali and jaeger
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
08:28 PM
You can run the OpenTelemetry Collector instance, that 1. Accepts the traces data on jaeger endpoint 2. Scrapes the prometheus data and send to SigNoz.

You need to configure jaeger “receiver” for traces and prometheus scraper for metrics and you will use otlpexporter” to send data to SigNoz.