Azure Time Series Insights
Azure Time Series Insights is an end-to-end Platform-As-A-Service offering to ingest, process, store, and query highly contextualized, time-series-optimized IoT-scale data that’s ideal for ad-hoc data exploration, as well as operational analysis. Azure TSI is a uniquely extensible and customized service offering that meets the broad needs of industrial IoT deployments.
More details about the service are available Time Series Insights documentation.
-
Add abillity to remove events within a given time period or with given time series Id
There are no good ways to remove data from TSI, especially during development its a pain to recreate TSI's because you can't go back and change data and if you rerun the datasets you get duplicate datapoints, at the very least an update feature should be present that is based on the event time.
7 votes -
Increase the limit of events that can be downloaded by TSI
Downloading events from TSI is currently limited to 10000 events. This is probably because the query API is limited to 10000 events per query. Please consider increasing this limit.
6 votes -
Being deployable instances of Time Series Insights to Japan region
There are some Japanese customers interested in TSI. In order to take it into their models, I would like to describe a story or a path that is going to be available in Japan after the end of preview period.
6 votes -
Support Azure CLI for Azure Time Series Inisghts
Add support for Azure CLI to create and manage Azure Time Series insights.
5 votes -
API for embedding Time Series Insights Analyze page
I would like to be able to embed the Analyze page into an existing website, passing parameters such as list of devices, environments, starting time period. Also options to turn on/off page widgets (like Save Query).
5 votes -
Support for UNIX timestamp field from devices
Add support for UNIX timestamp from device as timestamp field (actually only ISO format is supported)
4 votes -
Timestamp documentation
The timestamp is an important factor in the Azure Time Series Insights. But there is no proper documentation regarding the format, the best practices to send timestamp in UTC (or in any other format) from the IoT device. It will be extremely helpful if there is proper documentation for this scenario.
3 votes -
Add lookup table and static values
I use the Time Series Insights Preview and I like it that we can create own parameters. For some formulares I need to get a value out of a lookup table and some static values (but the static values can change from time to time...).
For example the formulare needs a value which depends on the temperature. I would look into the lookup-table with my temperature, get another value which than inputs the formulare.
Something like that
LookUp-Table-Definition:
x y (x is input, y is output)
10 15
11 17
12 20.5
13 25The formulare is something like
(tempLookUp($event.[relTemperature].Double)…
3 votes -
Grouping needed in preview version
In the GA version grouping is supported using the "split by" feature, or actually by not using it. Doing aggregates using grouping is my major use case and I guess that others need it too.
The preview version has a more appealing price model, and I would prefer to work the preview version than sticking to a "doomed" version since we are in early stages of the project.
Suggestion: Add a way to do grouping in preview version
3 votes -
Microsoft.Azure.TimeSeriesInsights should be available on NuGet
For C# users, a NuGet package should be made available for working with the TSI Query API.
There is some code already here: https://github.com/Azure-Samples/Azure-Time-Series-Insights/tree/master/csharp-tsi-preview-sample/DataPlaneClient/Generated
1 vote
- Don't see your idea?