TelemetryDeck / Issues

When something is wrong in TelemetryDeck-Land, or if you have a cool idea how to make things better, this is the place to create an Issue.
https://telemetrydeck.com
36 stars 0 forks source link

Web dashboard crashing #392

Open ExecutiveFunctioning opened 3 months ago

ExecutiveFunctioning commented 3 months ago

For at least a week now, if I open the telemetrydeck dashboard in my browser, it overloads and freezes. Thought I'd wait and see if it resolves itself, but hasn't so far.

Would also like to know if crashes or slowness on the telemetrydeck end affect app performance.

winsmith commented 2 months ago

Thanks for reporting. I'll investigate, but it's hard without any error messages as I can't reproduce it.

Per your question: the SDK is written in a way that completely decouples the telemetrydeck backend from signal collection, so no, your app's performance should not be affected. Additionally, the API where you send your data to (our ingest API) is a separate API from the dashboard API and makes use of a large message queue server so it shouldn't lose data or slow down.