Skip to content
Snippets Groups Projects
Commit ba2e870f authored by Patrick Godwin's avatar Patrick Godwin
Browse files

inspiral.yml: update config with summary page and which plots are displayed by default

parent d08ef624
No related branches found
No related tags found
No related merge requests found
Pipeline #50077 canceled
...@@ -4,7 +4,7 @@ dashboard: ...@@ -4,7 +4,7 @@ dashboard:
image: yes image: yes
tabs: tabs:
- name: Summary - name: Summary
url: / url: https://docs.google.com/document/d/e/2PACX-1vSXj6m6A5qHuP4FR6V9fmv2u_mjHH3G-c0T8BWDLiusYOk81rZMRDWWbNnKkcGcQcHx9Ce07bF40DEK/pub
- name: Shifts - name: Shifts
url: / url: /
- name: Docs - name: Docs
...@@ -22,7 +22,7 @@ plots: ...@@ -22,7 +22,7 @@ plots:
#measurement: likelihood_history #measurement: likelihood_history
column: data column: data
aggregate: max aggregate: max
value: checked value:
# likelihood history heatmap (by job) # likelihood history heatmap (by job)
- title: Likelihood by Job - title: Likelihood by Job
...@@ -41,7 +41,7 @@ plots: ...@@ -41,7 +41,7 @@ plots:
column: data column: data
aggregate: min aggregate: min
layout: {yaxis: {type: log}} layout: {yaxis: {type: log}}
value: value: checked
# FAR history heatmap (by job) # FAR history heatmap (by job)
- title: FAR by Job - title: FAR by Job
...@@ -213,7 +213,7 @@ plots: ...@@ -213,7 +213,7 @@ plots:
column: data column: data
aggregate: max aggregate: max
tag: job tag: job
value: value: checked
# time since last plot # time since last plot
- title: Last Latency by Job - title: Last Latency by Job
...@@ -222,7 +222,7 @@ plots: ...@@ -222,7 +222,7 @@ plots:
column: data column: data
aggregate: max aggregate: max
tag: job tag: job
value: value: checked
# FIXME: add time since trigger plot # FIXME: add time since trigger plot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment