Skip to content

feat: add Istio service mesh Prometheus dashboard#264

Open
Gengyscan wants to merge 2 commits intoSigNoz:mainfrom
Gengyscan:feat/istio-dashboard
Open

feat: add Istio service mesh Prometheus dashboard#264
Gengyscan wants to merge 2 commits intoSigNoz:mainfrom
Gengyscan:feat/istio-dashboard

Conversation

@Gengyscan
Copy link

Istio Service Mesh Dashboard

8-panel Prometheus dashboard for monitoring Istio service mesh in SigNoz.

Panels

KPI (value): Active Requests, Error Rate %%, P99 Latency, TCP Throughput
Time series: Global Request Rate, Error Rate by Workload, Latency P50/P95/P99, TCP Bytes Transfer Rate

Variables

  • reporter (source/destination)
  • destination_workload_namespace
  • destination_workload
  • response_code

Metrics

  • istio_requests_total
  • istio_request_duration_milliseconds
  • istio_tcp_sent_bytes_total / istio_tcp_received_bytes_total

Closes SigNoz/signoz#6025

Gengyscan added 2 commits March 24, 2026 04:05
8-panel Prometheus dashboard for Istio service mesh monitoring:
- Request rate, error rate, P50/P95/P99 latency, TCP throughput
- Variables: reporter, namespace, workload, response_code
- PromQL queries with template variables

Closes SigNoz/signoz#6025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Dashboard] Istio based on prometheus

1 participant