From the course: InfluxDB for Time Series Data: Ingest, Analyze, and Visualize Data

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Visualizing data: Using notebooks

Visualizing data: Using notebooks

- [Instructor] Notebooks have similar functionality to the data exploring in FlexDB with one notable exception. Notebooks allow us to construct multiple sequential queries and visualizations, and then present and share our work with others. For this example, we'll create a new notebook and we'll build a dashboard of memory and CPU usage from the Telegraf data that we've streamed into our bucket. First, we'll build a query from our Telegraf streaming bucket, select memory, and used percent. Then we'll run the query, validate that we have our memory measurement, the used percent field, and then we have a graph visualization of the used percent of memory. Next we'll build the graph of CPU usage by adding another cell to our notebook. First, we'll build our query with the query builder. We'll query the same bucket, but this time we'll drill down into the CPU data and the total CPU usage for our usage user. Then, we'll add a…

Contents