End of Sale Notice:

F5 NGINX is announcing the End of Sale (EoS) for NGINX Controller API Management Module, effective January 1, 2024.

F5 maintains generous lifecycle policies that allow customers to continue support and receive product updates. Existing NGINX Controller API- Management customers can continue to use the product past the EoS date. License renewals are not available after September 30, 2024.

See our End of Sale announcement for more details.
End of Sale Notice:

F5 NGINX is announcing the End of Sale (EoS) for NGINX Controller Application Delivery Module, effective January 1, 2024.

F5 maintains generous lifecycle policies that allow customers to continue support and receive product updates. Existing NGINX Controller Application Delivery customers can continue to use the product past the EoS date. License renewals are not available after September 30, 2024.

See our End of Sale announcement for more details.

How To Use the Data Explorer

Use the Data Explorer to examine the metrics that NGINX Controller collects.

Overview

This topic explains how to use the Data Explorer to view the metrics that NGINX Controller collects.

The Data Explorer lets you perform these following tasks:

  • Easily switch between contexts, metrics, and dimensions
  • Specify a time range of interest
  • Set the aggregation mode
  • Compare results to previous periods
  • Export the query that’s used to generate the charts as a URL, which you can use outside of NGINX Controller

 

Select the Context

To get started with the Data Explorer, you need to select the context for the data you want to view.

  1. Open the NGINX Controller user interface and log in.
  2. Select the NGINX Controller menu icon, then select Analytics > Explorer.
  3. On the Data Explorer detail page, select a context area – Instances, Environments, Gateways, or Apps – for which you want to view data.
Note:
When you access the Data Explorer from other areas of the browser interface, the context is already defined. So, for example, if you select Data Explorer from within the Instances module (Infrastructure > Instances > Data Explorer), the data for your instances is displayed. When you switch between contexts, the metrics options, such as system.cpu.idle or system.load.5, are updated.

 

Select a Resource

When you select the context for the Data Explorer, a list of related resources is shown. If there aren’t any related resources for the selected context, you’ll see the message “No Data” on the Data Explorer detail page.

Note:
If you don’t see a resource in the list, but you expect it to be there, check the selected metric and the selected time range. When a resource doesn’t have the data for the selected time range it won’t be added to the resources list.

To view data for a resource, select the resource’s name from the resource list.

Metrics

The list of metrics is sorted alphabetically, and you can use the search feature to filter the list. As previously mentioned, the list of metrics depends on the context you’ve selected for the Data Explorer. For example, if you’ve chosen Instances for the context, then the list of metrics will be for instances.

When the selected metric changes, the Aggregation and Group By selectors are updated correspondingly (as well as the list of resources and the Dimensions panel). Some metrics have different lists of Aggregation and Group By values. For example, the http.response_code dimension, which is a valid Group By value for the http.request.count metric, is not available for the nginx.workers.cpu.user metric because these items are from different contexts and aren’t related to each other.

Aggregation Mode

Use the Aggregation selector – the Σ symbol with possible values of AVG, MAX, MIN, RATE, and SUM – to aggregate the data. The list of possible aggregation values depends on the metrics that’s selected.

Group by Dimension

Use the Group By selector to group the data by a chosen dimension.

In the following example image, the data for the bytes_rcvd metric is grouped by the dimension http.request_method, which displays a data series for the HTTP methods DELETE, GET, LINK, and so on.

When a Group By selection is applied, the chart displays a top-10 data series. For example, let’s say you want to check disk usage, so you select the metric system.disk.total and file_path as the dimension to group by. The chart would then display the top-10 mount points with the highest values. If you have more than 10 mount points, you’ll see the top-10 mount points plus an 11th data series that’s an aggregation of the rest of the data using the same selection criteria. In other words, you’ll see a chart of the 10 most used mount points plus a chart of all the other mount points aggregated into one data series. When a Group By dimension is selected, and there are more than 10 dimensions, the 11th data series is named “Other.”

Note:
When MIN is selected as the aggregation method, the top-10 series are sorted ascending, lowest-to-highest. For all of the other aggregation methods, the top-10 values are sorted descending, highest-to-lowest.

 

Time Range

Use the time range selector above the chart to select the time range you want to examine. You can specify a custom time range if the predefined options aren’t what you need.

The granularity of the data series is based on the selected time range and can vary from 30 seconds to five days to make the chart easier to read.

When you change the time range, the list of resources is updated correspondingly and it only includes the resources which have the data for the selected time range.

Compare To

Next to the time range selector, you’ll find the Compare To list of options. This list allows you to compare data for the selected time frame with data from an earlier period. For example, you may want to view CPU usage for the last hour and compare the results to the same time from yesterday, last week, or even the previous year.

Note:
  • When comparison is turned on for a data series, the data have the suffix “Compare” in their names.
  • If there is no data available for a comparison period, the comparison data series is not shown.
  • When a Group By dimension is applied, data comparisons are made only with the top-10 data series and not with the “Other” series, if there is one. See the Group By section for a discussion of the top-10 and “Other” series.

 

Show Query

On the Data Explorer details page, you can select the Show Query button (eye icon) to view the URL that’s used to query the Metrics API to get the data you see in the chart. If you copy the query and use it outside of NGINX Controller, you’ll get the same data but in JSON format.

The query updates whenever the selection options change. The query doesn’t include requests for comparison data.

See Also:
For instructions on how to understand the Metrics API response, refer to the topic Using the Metrics API.

 

Dimensions panel

On the right of the screen there is a panel with the list of dimensions available for the selected metric.

Each dimension is presented as a section in which you can expand and see the values for it. The values are aggregated with the selected aggregation method for the selected time range. They depend on the following selected parameters:

When one of the parameters changes, you’ll see the values for expanded dimensions are also updated.

You can see only top-10 values for each dimension, and based on the selected aggregation, they are sorted in following ways:

  • When MIN is selected as the aggregation method, the top-10 series are sorted ascending, lowest-to-highest.
  • For all of the other aggregation methods, the top-10 values are sorted descending, highest-to-lowest.
Note:
  • When the selected metric changes, the list of dimensions may change as well, and some of the dimensions you recently explored may disappear from the panel.
  • This panel was added in NGINX Controller v3.18.