Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • Resolve-Autoscaling-dB
  • add-grpc-datasource
  • fix-grafana-station-dashboard
4 results

grafana-station-dashboards

  • Clone with SSH
  • Clone with HTTPS
  • stedif's avatar
    L2SS-1074: fix legend format
    Stefano Di Frischia authored
    f34b72da
    History

    Grafana Dashboards for a LOFAR 2.0 station

    These dashboards show the state of a single station. They are tailored to be installed:

    Datasources

    The Grafana installation in this repo exposes and uses the following data sources, as configured in the dashboards/ directory:

    • Prometheus, at http://prometheus:9090, serving metrics,
    • Loki, at http://loki:3100, serving logs,
    • Alerta, at http://alerta-server:8080, serving the Alerta HTTP API,
    • Grafana, serving its own HTTP API.

    Development

    To cover both these use cases, the designer must consider:

    • Using a host="$station" filter to make sure that centrally, the selected station is shown. On a specific station, this will default to host="localhost",
    • Deploying changes on all stations as well as centrally.

    Deployment

    To deploy changes, they must be:

    1. Committed to this repository,
    2. The submodules in the tango and operations-central-management repositories must link to the new commit,
    3. Those repositories need to be redeployed on the stations and centrally, respectively.