Issues icon indicating copy to clipboard operation
Issues copied to clipboard

The TelemetryDeck Viewer App for iOS and macOS provides instant insights into anonymized user data from your apps.

Results 185 Issues issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

bug

Visitors: ![2024-06-28 19-38-56 Arc - christiantietze de TelemetryDeck@2x](https://github.com/TelemetryDeck/Issues/assets/59080/c61cba3c-448e-49c3-af49-bcc7c8d6c66a) WebSDK for comparison: ![2024-06-28 19-41-36 Arc - christiantietze de TelemetryDeck@2x](https://github.com/TelemetryDeck/Issues/assets/59080/4b39caa3-7a25-4043-966c-290f079053c0)

bug

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....

enhancement

https://github.com/TelemetryDeck/Issues/assets/170948/0e30fa68-ca64-4875-9099-8710701cd24e Shows up twice

bug

If there's too many items it also cuts out vertically https://github.com/TelemetryDeck/Issues/assets/170948/12597383-b934-43f8-ae3e-a8e3e44fd317

bug

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: -...