Create Pipeline server

arrell_c 2024-03-01 14:51:57 +01:00
parent 4b214bfb41
commit b458bb3900

22
Pipeline-server.md Normal file

@ -0,0 +1,22 @@
## Pipeline server debugging
Logs from the pipeline server are now available on kibana.
Example query strings are:
- "message": “name:<PIPELINE_NAME>" (for pipeline logs)
- "message": "camera:<CAMERA_NAME>" (for camera logs)
- "host.hostname":"sf-daqsync-XX.psi.ch" (for server logs)
- “systemd.unit":”XXX.service" (for service logs)
To check the metrics of the cluster (CPU. Memory, network):
https://kibana.psi.ch/s/camserver/app/metrics/inventory
Or a specific server directly:
https://kibana.psi.ch/s/camserver/app/metrics/detail/host/sf-daqsync-03.psi.ch
To monitor service availability and automatic alarm reporting (by email):
https://kibana.psi.ch/s/camserver/app/uptime
https://kibana.psi.ch/s/camserver/app/observability/alerts?workflowStatus=open
Dashboards to display individual pipeline metrics.
E.g this one for PSSS:
https://kibana.psi.ch/s/camserver/app/dashboards#/view/058f4b00-87a3-11ee-8a7f-6175eba7c3d6?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-1h,to:now))