Open
Conversation
Add comprehensive Istio service mesh monitoring dashboard with: - 8 sections: General Overview, Traffic Management, Performance Metrics, Error Metrics, Resource Usage, Control Plane, Data Plane, Security - 31 panels covering istio_requests_total, istio_request_duration, envoy_*, pilot_*, citadel_*, and process_* metrics - 4 variables: namespace, deployment_environment, service_name, cluster - README with OTel Collector configuration for Istio metrics ingestion Closes SigNoz/signoz#6025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Istio Monitoring Dashboard
Adds a comprehensive Istio service mesh monitoring dashboard for SigNoz.
Dashboard Structure
istio_requests_total,istio_request_duration_millisecondsistio_requests_total,envoy_cluster_upstream_rq_retryistio_request_duration_milliseconds_bucketistio_requests_total,envoy_cluster_ssl_handshakeprocess_cpu_seconds_total,process_resident_memory_bytespilot_xds_pushes,citadel_server_csr_countenvoy_cluster_upstream_cx_active,istio_request_bytes_sumistio_requests_total(connection_security_policy)Variables
namespace— Kubernetes namespacedeployment_environment— Deployment environmentservice_name— Destination service namecluster— Kubernetes cluster (multi-cluster)Files
istio/istio-prometheus-v1.json— Dashboard JSON (169KB, 31 panels, 8 sections)istio/readme.md— Setup instructions with OTel Collector configReferences
Closes SigNoz/signoz#6025