You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Telemetry integration with [bunqueue Cloud](https://cloud.bunqueue.io) — the hosted monitoring dashboard for bunqueue instances. When enabled, your server sends real-time telemetry (queue stats, throughput, latency, worker status) to the cloud dashboard via HTTP snapshots and WebSocket.
136
+
137
+
:::caution[Beta Coming Soon]
138
+
bunqueue Cloud is launching in beta soon. You can already configure the `cloud` section — once the dashboard is live, your instances will automatically connect and start sending telemetry. No code changes needed.
139
+
:::
136
140
137
141
```typescript
138
142
defineConfig({
139
143
cloud: {
140
144
url: 'https://cloud.bunqueue.io',
141
145
apiKey: process.env.BUNQUEUE_CLOUD_API_KEY,
142
146
instanceName: 'production-1', // Identifies this instance in the dashboard
0 commit comments