📡
BrowserUptime Ingestion Feed
Multi-Computer Live Telemetry
ONLINE
🔍
Events (Current View)
0
Last Ingested (Local Time)
Never
Storage (Max 10 GB Auto-Prune)
0.0 MB
Active Computers
0
ID Timestamp (Local) Device Event Type Payload & Actions

Loading records...

Extension Snippet for Automatic Device Identification

The extension uses chrome.storage.local to generate a persistent device tag (e.g. win-xxxx, mac-xxxx). Rename any device from this dashboard.

fetch('https://browseruptime.duckdns.org/api/ingest', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'x-api-key': 'c56d8ada87e3a5ba991e17e588f9b755'
  },
  body: JSON.stringify({
    clientId: 'win-d74b', // auto-generated per machine
    source: 'chrome-extension',
    eventType: 'STATUS_UPDATE',
    data: { status: 'healthy', memoryMB: 512 }
  })
});