Passer au contenu principal

 Subscribe

Today we are announcing the release of several updates to Time Series Insights based on customer feedback. Time Series Insights is a fully-managed analytics, storage, and visualization service that makes it simple to explore and analyze billions of IoT events simultaneously. It allows you to visualize and explore time series data streaming into Azure in minutes, all without having to write a single line of code. For more information about the product, pricing, and getting started, please visit the Time Series Insights website. We also offer a free demo environment to experience the product for yourself. 

Smarter environment management with ingress telemetry

We know that administrators want to plan for and manage their Time Series Insights environments with usage and health telemetry in the Azure portal. To help enable them to do this more effectively, we have added ingress and storage monitoring at the Time Series Insights environment level in the portal. We are also working on adding metric alerts, so you can be automatically informed of critical information related to the status of your environment. We will continue to add additional environment telemetry to the Azure portal in the future – be on the lookout for updates in the coming months.

In the Overview page of the portal, you can now see the following stats:

  • Ingress received messages: Count of messages read from Event hubs and Azure IoT Hubs.
  • Ingress received bytes:  Count of raw bytes read from an event source(s). Raw count usually includes the property name and values.
  • Ingress stored bytes: Total size of events stored and available for query.
  • Ingress stored events: Count of flattened events stored and available for query.

Below is a look at the environment telemetry in the Azure portal

environment-telemetry-in-azure-portal

Make data easier to visualize and analyze with better reference data management

We’ve also heard feedback from our customers that they need an easier way to augment their device telemetry with device metadata, but without lengthy documentation. Today, we are happy to announce that our new Reference Data API documentation now includes detailed samples showing how to configure, upload and update your reference data programmatically. By importing device metadata as reference data, these customers can tag and add dimensions to their data that make it easier to slice and filter. For customers who are not using our API, we are working hard to deliver a solution built into our UX to allow managing reference data visually to accomplish the same scenario described above.  Look for an update to the portal containing this functionality in September.

You can find links to documentation revisions below:

Add the power of Time Series Insights to your apps

Our customers are building both internal and external applications on top of Time Series Insights for a variety of scenarios. Similarly, Microsoft is also using Time Series Insights internally with innovative services like Microsoft IoT Central and Azure IoT’s Connected Factory PCS. One of the common asks in this area is to be able to use the query API to search relative time spans, like 'now, minus one minute,' avoiding the need to reset the search span with every query execution to ensure you are viewing your most recent data.

With this service update, we are improving search span functionality to allow you to define and run repeatable queries over your most recent data with a single query template. With dynamic search spans, we have added a “utcNow,” function that returns the current UTC time. We have also added “timeSpan” literals to allow you to define a period of time, in addition to a “sub” function that allows you to subtract time from datetime values.

Here’s an example of what a dynamic search span JSON will look like after the update:

{
   "searchSpan": {
     "from": {
       "sub": {
         "left": { "utcNow": {} },
         "right": { "timeSpan": "PT1M"}
       }},
     "to": { "utcNow": {} }
}}

For more information, visit our query syntax documentation page

Now supporting more data ingress formats

Finally, we’ve heard from our peers in Azure Stream Analytics that their customers want more flexibility when sending data as a multi-content JSON. The update today includes the ability to ingress multi-content JSON payloads, a useful JSON data format for customers who are optimizing for throughput (common in batching scenarios). For example, the following payload contains five concatenated segments of well-formed JSON:

{ "id":"device1","timestamp":"2016-01-08T01:08:00Z"}
{"id":"device2","timestamp":"2016-01-08T01:09:00Z"}
{ "id":"device1","timestamp":"2016-01-08T01:08:00Z"}
[
    {"id":"device2","timestamp":"2016-01-08T01:09:00Z"},
    { "id":"device3","timestamp":"2016-01-08T01:10:00Z"}
]
{ "id":"device4","timestamp":"2016-01-08T01:11:00Z"}

Now, customers can send any JSON format they want, including single JSON objects, JSON arrays, nested JSON objects/arrays, multiple JSON arrays, multi-content JSON, or any combination thereof. For more details on the JSON objects we support, visit documentation.

We are excited about these new updates, but we are even more excited about what’s to come, so stay up to date on all things Time Series Insights by following us on Twitter. Our peers in the Big Data Group are also working on some interesting things as they build the world’s most powerful platform for data analytics at scale. Learn more about their big data journey on their website

  • Explore

     

    Let us know what you think of Azure and what you would like to see in the future.

     

    Provide feedback

  • Build your cloud computing and Azure skills with free courses by Microsoft Learn.

     

    Explore Azure learning


Join the conversation