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.

65 lines
3.1 KiB

<dashboard script="DA-ITSI-STORAGE-Volume_Entity_View.js" stylesheet="DA-ITSI-STORAGE.css" isVisible="False" version="1.1">
<label>Volume 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-Volume_Inventory_Search volume_id="$volume_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">volume-events</option>
<option name="SA-ITSI-CustomModuleViz.mini_chart.title">Volume 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-Volume_Context_Chart_Event_Search volume_id="$volume_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">Volume 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-Volume_Context_Chart_Highest_Latency_Search volume_id="$volume_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="volume_storage_latency" app="DA-ITSI-STORAGE" id="volume_storage_latency" />
<panel ref="volume_iops" app="DA-ITSI-STORAGE" id="volume_iops" />
<panel ref="volume_storage_throughput" app="DA-ITSI-STORAGE" id="volume_storage_throughput" />
</row>
<row depends="$control_overview$">
<panel ref="volume_histogram_latency" app="DA-ITSI-STORAGE" id="volume_histogram_latency" />
<panel ref="volume_histogram_storage_throughput" app="DA-ITSI-STORAGE" id="volume_histogram_storage_throughput" />
</row>
<row depends="$control_error_events$">
<panel ref="volume_error_events" app="DA-ITSI-STORAGE" id="volume_error_events" />
</row>
<row depends="$control_events$">
<panel ref="volume_events" app="DA-ITSI-STORAGE" id="volume_events" />
</row>
</dashboard>