Services
{{len .Services}}
{{range .Services}}
{{.Name}}
{{else}}
No services found
{{end}}
Overview
{{if .TraceVolume}}{{printf "%.0f" (index .TraceVolume (sub (len .TraceVolume) 1))}}{{else}}0{{end}}
Traces
{{if .Errors}}{{printf "%.0f" (index .Errors (sub (len .Errors) 1))}}{{else}}0{{end}}
Errors
Links
Jaeger UI
Prometheus
GitHub
{{$domain := "asepharyana.my.id"}}
{{range .Services}}
{{if and (ne .Name "jaeger") (ne .Name "traefik") (ne .Name "dashboard") (ne .Name "redis") (ne .Name "nats") (ne .Name "prometheus") (ne .Name "otel-collector") (not (hasSuffix .Name "-dapr"))}}
{{.Name}}
{{end}}
{{end}}
Request Rate
{{if .RPS}}{{printf "%.1f" (index .RPS (sub (len .RPS) 1))}}/s{{else}}-{{end}}
{{.RPSSVG}}
Latency
{{if .Latency}}{{printf "%.0f" (index .Latency (sub (len .Latency) 1))}}ms{{else}}-{{end}}
{{.LatencySVG}}
Error Rate
{{if .Errors}}{{printf "%.1f" (index .Errors (sub (len .Errors) 1))}}/s{{else}}-{{end}}
{{.ErrorSVG}}
Trace Volume
{{.TraceCount}} traces
{{.TraceSVG}}
Recent Traces
{{.TraceCount}}
{{if .TraceList}}
{{range .TraceList}}
{{.Service}}
{{.Operation}}
{{safeDur .Duration}}
{{.Spans}} spans
{{if .HasError}}error{{end}}
{{end}}
{{else}}
No traces in the last 5 minutes
{{end}}