+ {/* Header */}
+
+
+
+
+ Telemetry Dashboard
+
+
+ System metrics, service health, and performance monitoring from the
+ telemetry pipeline (Prometheus → ClickHouse).
+
+
+
+
+ Open in New Tab
+
+
+
+ {/* Navigation tabs */}
+
+ {EMBED_PAGES.map((page) => (
+
+ ))}
+
+
+ {/* Iframe container */}
+
+
+ {/* Loading indicator */}
+ {!iframeLoaded && !iframeError && (
+
+
+
+
+ Loading telemetry dashboard...
+
+
+
+ )}
+
+ {/* Error state */}
+ {iframeError && (
+
+
+
⚠️
+
+ Failed to load telemetry dashboard
+
+
+ The telemetry backend on orange VPS may be unreachable.
+ Ensure Tailscale is connected and the telemetry stack is
+ running.
+
+
+
+ )}
+
+ {/* Iframe */}
+
+
+
+
+ );
+}