Skip to content

Commit 3211902

Browse files
authored
Move png & json files into Static directory (#59)
* move ctrl images to static directory * Move acm json file to static directory
1 parent 2f1a5f3 commit 3211902

File tree

10 files changed

+7
-7
lines changed

10 files changed

+7
-7
lines changed

content/controller/analytics/data-explorer/how-to-use.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,29 +50,29 @@ If you don't see a resource in the list, but you expect it to be there, check th
5050

5151
To view data for a resource, select the resource's name from the resource list.
5252

53-
{{< img src="/controller/analytics/data-explorer/images/data-explorer_resource.png">}}
53+
{{< img src="/ctlr/img/data-explorer_resource.png">}}
5454

5555
## Metrics
5656

5757
The [list of metrics]({{< relref "/controller/analytics/catalogs/metrics.md" >}}) 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.
5858

59-
{{< img src="/controller/analytics/data-explorer/images/data-explorer_metric.png">}}
59+
{{< img src="/ctlr/img/data-explorer_metric.png">}}
6060

6161
When the selected metric changes, the **Aggregation** and **Group By** selectors are updated correspondingly (as well as the [list of resources](#select-a-resource) and the [Dimensions panel](#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.
6262

6363
## Aggregation Mode
6464

6565
Use the Aggregation selector -- the &Sigma; symbol with possible values of `AVG`, `MAX`, `MIN`, `RATE`, and `SUM` -- to [aggregate the data]({{< relref "/controller/analytics/metrics/metrics-api.md#aggregations" >}}). The list of possible aggregation values depends on the metrics that's selected.
6666

67-
{{< img src="/controller/analytics/data-explorer/images/data-explorer_aggregation.png">}}
67+
{{< img src="/ctlr/img/data-explorer_aggregation.png">}}
6868

6969
## Group by Dimension
7070

7171
Use the **Group By** selector to [group the data by a chosen dimension]({{< relref "/controller/analytics/metrics/metrics-api.md#groupby" >}}).
7272

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

75-
{{< img src="/controller/analytics/data-explorer/images/data-explorer_group-by.png">}}
75+
{{< img src="/ctlr/img/data-explorer_group-by.png">}}
7676

7777
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."
7878

@@ -92,7 +92,7 @@ When you change the time range, the [list of resources](#select-a-resource) is u
9292

9393
Next to the [time range](#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.
9494

95-
{{< img src="/controller/analytics/data-explorer/images/data-explorer_comparison.png">}}
95+
{{< img src="/ctlr/img/data-explorer_comparison.png">}}
9696

9797
{{< note >}}
9898

@@ -119,7 +119,7 @@ For instructions on how to understand the Metrics API response, refer to the top
119119

120120
On the right of the screen there is a panel with the list of dimensions available for the [selected metric](#metrics).
121121

122-
{{< img src="/controller/analytics/data-explorer/images/data-explorer_dimensions-drawer.png">}}
122+
{{< img src="/ctlr/img/data-explorer_dimensions-drawer.png">}}
123123

124124
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](#aggregation-mode) for the [selected time range](#time-range). They depend on the following selected parameters:
125125

content/nms/acm/getting-started/add-devportal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Because these settings are applied at the Infrastructure level, they are conside
172172

173173
Note that many fields in the example JSON payload -- including the logo image and Markdown documents -- are base64-encoded.
174174

175-
**Example JSON payload**: {{< fa "download" >}} {{< link "/nms/acm/getting-started/examples/customize-devportal.json" "customize-devportal.json" >}}
175+
**Example JSON payload**: {{< fa "download" >}} {{< link "/acm/customize-devportal.json" "customize-devportal.json" >}}
176176

177177
Before you move on to the next guide, open the Dev Portal in your browser to view the changes.
178178
You should see the default Dev Portal replaced by the custom settings.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)