Status Pages for Ecommerce for Sandglass users who want practical customer-facing service health.
Ecommerce teams need status visibility around browse, cart, checkout, payment handoff, and order confirmation. Small failures can become lost revenue quickly.
Use HTTP and content checks for storefront and checkout pages, TCP checks for critical network services where appropriate, and a public page that support can link during incidents.
Avoid treating homepage uptime as proof that the store is healthy. Checkout and order confirmation deserve their own checks because that is where revenue impact concentrates.
List the services customers recognize — website, API, checkout, dashboard — not internal subsystems.
Back every public component with an HTTP, content, TCP, or SSL certificate check so its state is measured, not toggled by hand.
Keep noisy internal dependencies off the public page and route their alerts to your team channel instead.
Add the public status page link to support replies and documentation so customers can self-serve during incidents.