Skip to content

Commit ba0485d

Browse files
nikmaginiBrunoCoimbra
authored andcommitted
Update PHEDEX-web config for HG1606. Close #337.
1 parent 7caba66 commit ba0485d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

phedex/graphs_phedex_queries.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@
4545
<attribute name="column_units"> TB </attribute>
4646
</query>
4747

48+
<query name="missing" base="GenericQuery.dest_query">
49+
<sql>
50+
<filler name="column"> nvl(sum(miss_bytes) keep (dense_rank last order by timebin asc),0)/1099511627776 </filler>
51+
</sql>
52+
<attribute name="title"> CMS PhEDEx - Volume of Missing Data </attribute>
53+
<attribute name="column_names"> Data Missing </attribute>
54+
<attribute name="column_units"> TB </attribute>
55+
</query>
56+
4857
<query name="resident" base="GenericQuery.dest_query">
4958
<sql>
5059
<filler name="column"> nvl(sum(node_bytes) keep (dense_rank last order by timebin asc),0)/1099511627776 </filler>

0 commit comments

Comments
 (0)