Issues
Issues copied to clipboard
The TelemetryDeck Viewer App for iOS and macOS provides instant insights into anonymized user data from your apps.
It would be really cool if we could select insights from our dashboards to be displayed on the overview page instead of the premade ones. In our case, the premade...
It would be nice to be able to set the `range` filter selector directly using the UI when creating/editing an insight. Currently, it's only possible to use the `range` filter...
When I open the dashboard the date will always say 30 days, even if it's set to something else. I see data for the last 7 days for example, but...
Visitors:  WebSDK for comparison: 
Steps to reproduce: - be a member in more than 10ish organizations so that the list of organization needs to scroll - open dashboard.telemetrydeck.com in a phone - log in...
I believe what I'm wishing for is a "moving average": to see e.g. the 7 day average for each day via TQL. What I want to visualize is a trend....
https://github.com/TelemetryDeck/Issues/assets/170948/0e30fa68-ca64-4875-9099-8710701cd24e Shows up twice
If there's too many items it also cuts out vertically https://github.com/TelemetryDeck/Issues/assets/170948/12597383-b934-43f8-ae3e-a8e3e44fd317
cc https://druid.apache.org/docs/latest/development/extensions-core/datasketches-quantiles What we need basically is a a [histogram aggregator](https://druid.apache.org/docs/latest/development/extensions-core/datasketches-quantiles). This would be useful for other queries as well. To support it, we need these steps at minimum: -...