You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
3.2 KiB
67 lines
3.2 KiB
<dashboard script="DA-ITSI-STORAGE-Disk_Entity_View.js" stylesheet="DA-ITSI-STORAGE.css" isVisible="False" version="1.1">
|
|
<label>Disk Details</label>
|
|
<row>
|
|
<panel>
|
|
<viz type="SA-ITSI-CustomModuleViz.entity_info_header">
|
|
<option name="link.visible">false</option>
|
|
<option name="refresh.time.visible">false</option>
|
|
<search>
|
|
<query>| savedsearch DA-ITSI-STORAGE-Disk_Inventory_Search disk_id="$disk_id$"</query>
|
|
<earliest>-4d</earliest>
|
|
<latest>now</latest>
|
|
</search>
|
|
</viz>
|
|
<viz type="SA-ITSI-CustomModuleViz.mini_chart">
|
|
<option name="SA-ITSI-CustomModuleViz.mini_chart.id">disk-events</option>
|
|
<option name="SA-ITSI-CustomModuleViz.mini_chart.title">Disk Events (count)</option>
|
|
<option name="SA-ITSI-CustomModuleViz.mini_chart.subtitleField">_total</option>
|
|
<option name="SA-ITSI-CustomModuleViz.mini_chart.chartType">column</option>
|
|
<search>
|
|
<query>| savedsearch DA-ITSI-STORAGE-Disk_Context_Chart_Event_Search disk_id="$disk_id$"</query>
|
|
<earliest>$earliest$</earliest>
|
|
<latest>$latest$</latest>
|
|
</search>
|
|
</viz>
|
|
<viz type="SA-ITSI-CustomModuleViz.mini_chart">
|
|
<option name="SA-ITSI-CustomModuleViz.mini_chart.id">highest-latency</option>
|
|
<option name="SA-ITSI-CustomModuleViz.mini_chart.title">Disk Highest Latency (ms)</option>
|
|
<option name="SA-ITSI-CustomModuleViz.mini_chart.subtitleField">_stats</option>
|
|
<option name="SA-ITSI-CustomModuleViz.mini_chart.chartType">area</option>
|
|
<search>
|
|
<query>| savedsearch DA-ITSI-STORAGE-Disk_Context_Chart_Highest_Latency_Search disk_id="$disk_id$"</query>
|
|
<earliest>$earliest$</earliest>
|
|
<latest>$latest$</latest>
|
|
</search>
|
|
</viz>
|
|
</panel>
|
|
</row>
|
|
<row id="tabs">
|
|
<panel id="tabs_panel">
|
|
<viz type="SA-ITSI-CustomModuleViz.tab_viz">
|
|
<option name="link.visible">false</option>
|
|
<option name="refresh.time.visible">false</option>
|
|
<search>
|
|
<query>|noop | stats count</query>
|
|
</search>
|
|
</viz>
|
|
</panel>
|
|
</row>
|
|
<row depends="$control_overview$">
|
|
<panel ref="disk_storage_latency" app="DA-ITSI-STORAGE" id="disk_storage_latency" />
|
|
<panel ref="disk_iops" app="DA-ITSI-STORAGE" id="disk_iops" />
|
|
</row>
|
|
<row depends="$control_overview$">
|
|
<panel ref="disk_storage_throughput" app="DA-ITSI-STORAGE" id="disk_storage_throughput" />
|
|
<panel ref="disk_storage_block_throughput" app="DA-ITSI-STORAGE" id="disk_storage_block_throughput" />
|
|
</row>
|
|
<row depends="$control_overview$">
|
|
<panel ref="disk_histogram_latency" app="DA-ITSI-STORAGE" id="disk_histogram_latency" />
|
|
<panel ref="disk_histogram_storage_throughput" app="DA-ITSI-STORAGE" id="disk_histogram_storage_throughput" />
|
|
</row>
|
|
<row depends="$control_error_events$">
|
|
<panel ref="disk_error_events" app="DA-ITSI-STORAGE" id="disk_error_events" />
|
|
</row>
|
|
<row depends="$control_events$">
|
|
<panel ref="disk_events" app="DA-ITSI-STORAGE" id="disk_events" />
|
|
</row>
|
|
</dashboard> |