Interface GrafanaDashboard

  • All Known Implementing Classes:
    RhinoGrafanaDashboard

    public interface GrafanaDashboard
    Grafana dashboard representation. The dashboards will be created by using JSON templates while starting the application, if Grafana integration is enabled.

    Author:
    Erhan Bagdemir
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDashboard​(java.lang.String simulationName, java.lang.String dashboardTemplate, java.lang.String[] dsls)
      Returns the string representation of the dashboard.
    • Method Detail

      • getDashboard

        java.lang.String getDashboard​(java.lang.String simulationName,
                                      java.lang.String dashboardTemplate,
                                      java.lang.String[] dsls)
        Returns the string representation of the dashboard.

        Parameters:
        simulationName - The name of the simulation.
        dashboardTemplate - Dashboard template.
        dsls - A list of dsls used in dashboards.
        Returns:
        String representation of the dashboard.