how to configure istio metrics and trancing for Si...
# support
p
how to configure istio metrics and trancing for SigNoz, today I use prometheus, kiali and jaeger
s
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
otlp
exporter” to send data to SigNoz.