Skip to main content

service-mesh-viz

Real-time service dependency graph visualiser for Kubernetes-based microservice architectures

Overview

service-mesh-viz renders a live topology map of your microservice architecture by pulling data from Prometheus metrics, Jaeger traces, and the Kubernetes API. It surfaces latency hotspots, error rate spikes, and dependency cycles in real time.

Quick Start

helm repo add smviz https://charts.service-mesh-viz.io
helm install smviz smviz/service-mesh-viz \
  --set prometheus.url=http://prometheus:9090 \
  --set jaeger.url=http://jaeger:16686

Features

  • Live dependency graph with configurable refresh interval
  • Latency heatmap overlay per service and endpoint
  • Error rate badges with threshold alerting
  • Cycle detection in service dependency graphs
  • Export topology snapshots as SVG or JSON
Statusstable
LicenseApache 2.0
Last commit1 week ago
Versionv3.0.1
Buildpassing
stars1543
forks187
contributors22
Back to Projects