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

inspiral.yml: update dashboard config for new plots + influx backend option

parent 037c792b
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ plots: ...@@ -18,7 +18,7 @@ plots:
# likelihood history timeseries # likelihood history timeseries
- title: Likelihood - title: Likelihood
type: TimeSeries type: TimeSeries
measurement: likelihood_history measurement: likelihood_history_across_jobs
column: data column: data
aggregate: max aggregate: max
value: checked value: checked
...@@ -34,7 +34,7 @@ plots: ...@@ -34,7 +34,7 @@ plots:
# FAR history # FAR history
- title: FAR - title: FAR
type: TimeSeries type: TimeSeries
measurement: far_history measurement: far_history_across_jobs
column: data column: data
aggregate: min aggregate: min
value: value:
...@@ -50,7 +50,7 @@ plots: ...@@ -50,7 +50,7 @@ plots:
# latency history # latency history
- title: Latency - title: Latency
type: TimeSeries type: TimeSeries
measurement: latency_history measurement: latency_history_across_jobs
column: data column: data
aggregate: max aggregate: max
value: value:
...@@ -66,7 +66,7 @@ plots: ...@@ -66,7 +66,7 @@ plots:
# snr history # snr history
- title: SNR - title: SNR
type: TimeSeries type: TimeSeries
measurement: snr_history measurement: snr_history_across_jobs
column: data column: data
aggregate: max aggregate: max
params: params:
...@@ -184,6 +184,14 @@ plots: ...@@ -184,6 +184,14 @@ plots:
aggregate: max aggregate: max
value: value:
# time since last plot
- title: Last Latency by Job
type: Bar
measurement: latency_history
column: data
aggregate: max
value:
# FIXME: add time since trigger plot # FIXME: add time since trigger plot
nagios: nagios:
...@@ -191,13 +199,24 @@ nagios: ...@@ -191,13 +199,24 @@ nagios:
measurement: ram_history measurement: ram_history
column: data column: data
aggregate: max aggregate: max
num_jobs: 328 num_jobs: 327
measurements: measurements:
ram_history: ram_history:
num_jobs: 328 num_jobs: 327
default: 1e4 default: 1e4
transform: latency
latency_history:
num_jobs: 327
default: 1e3
transform: none
database: database:
backend: hdf5 backend: influxdb
#backend: hdf5
rootdir: /home/gstlalcbc/replay/last_2_wks_o2/trigs.hyper rootdir: /home/gstlalcbc/replay/last_2_wks_o2/trigs.hyper
name: gstlal_inspiral
hostname: 10.9.0.112
port: 8086
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