LIVE INFRASTRUCTURE TELEMETRYGoogle Cloud Run (us-central1)

Services & Observability Console

Real-time public telemetry, container health, and zero-cost operational proof for the unified Mercury Dasha engine and static dossier services.

SERVICE STATE
UP
mercury-dasha v1.0.0
PING LATENCY
18 ms
Round-trip HTTP probe
GOROUTINES
4
Concurrent workers
HEAP ALLOC
4.20 MB
Sys: 12.5 MB
GC CYCLES
14
Total collections
CONTAINER UPTIME
1h 14m 20s
Scale-to-zero cycle

Zero-Cost Serverless Proof & Architecture

This deployment is mathematically architected to run with $0.00 ongoing idle cost on Google Cloud Platform while maintaining enterprise-grade latency and high availability.

IDLE COMPUTE BILL: $0.00 / MO
1. SCALE-TO-ZERO KERNEL

Configured with min-instances=0. When no web requests are received, the container shuts down completely, incurring zero CPU and memory charges.

2. EMBEDDED SINGLE BINARY

The entire Next.js static dossier (_next/static, HTML, CSS) is embedded directly into the 20 MB Go executable using embed.FS. Zero external database or node server fees.

3. GCP FREE TIER ENVELOPE

Google Cloud Run includes 2,000,000 free requests, 360,000 GB-seconds of memory, and 180,000 vCPU-seconds per month. Normal portfolio traffic stays 100% within the free tier.

Public API Endpoints

6 ENDPOINTS ACTIVE

Live HTTP Response Inspector

GET/api/health
Response Body (application/json)Content-Type: application/json; charset=utf-8
// Press 'Send Probe' to execute live request...
curl -s -i https://echosh-labs.com/api/health

Network Ingress & Execution Topology

Visual packet trace from client browser across Google Cloud Load Balancing to the in-memory Go kernel.

TLS 1.3 / HTTP/2 ACTIVE
STEP 01: CLIENT INGRESS
Public Browser / CLI
Resolves DNS A-record to Google Cloud Anycast IP 34.111.120.147.
STEP 02: EDGE PROXY
HTTPS Load Balancer
Terminates SSL via echosh-https-proxy with Google-managed certificate.
STEP 03: SERVERLESS NEG
mercury-dasha-neg
Routes HTTP traffic to Cloud Run service in us-central1 via regional VPC.
STEP 04: GO EXECUTION KERNEL
Single Binary (:8080)
Evaluates AST models & Dasha math from memory or serves embedded Next.js static pages.