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.
64 lines
3.0 KiB
64 lines
3.0 KiB
<dashboard script="DA-ITSI-STORAGE-LUN_Entity_View.js" stylesheet="DA-ITSI-STORAGE.css" isVisible="False" version="1.1">
|
|
<label>LUN 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-LUN_Inventory_Search lun_id="$lun_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">lun-events</option>
|
|
<option name="SA-ITSI-CustomModuleViz.mini_chart.title">LUN 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-LUN_Context_Chart_Event_Search lun_id="$lun_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">LUN 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-LUN_Context_Chart_Highest_Latency_Search lun_id="$lun_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="lun_storage_latency" app="DA-ITSI-STORAGE" id="lun_storage_latency" />
|
|
<panel ref="lun_iops" app="DA-ITSI-STORAGE" id="lun_iops" />
|
|
<panel ref="lun_storage_throughput" app="DA-ITSI-STORAGE" id="lun_storage_throughput" />
|
|
</row>
|
|
<row depends="$control_overview$">
|
|
<panel ref="lun_histogram_latency" app="DA-ITSI-STORAGE" id="lun_histogram_latency" />
|
|
<panel ref="lun_histogram_storage_throughput" app="DA-ITSI-STORAGE" id="lun_histogram_storage_throughput" />
|
|
</row>
|
|
<row depends="$control_error_events$">
|
|
<panel ref="lun_error_events" app="DA-ITSI-STORAGE" id="lun_error_events" />
|
|
</row>
|
|
<row depends="$control_events$">
|
|
<panel ref="lun_events" app="DA-ITSI-STORAGE" id="lun_events" />
|
|
</row>
|
|
</dashboard> |