Interface GrafanaClient

    • Method Detail

      • getDashboards

        java.util.List<Dashboard> getDashboards()
                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • getDashboardByUid

        Dashboard getDashboardByUid​(java.lang.String uid)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • renderPngForPanel

        java.util.concurrent.CompletableFuture<byte[]> renderPngForPanel​(Dashboard dashboard,
                                                                         Panel panel,
                                                                         int width,
                                                                         int height,
                                                                         long from,
                                                                         long to,
                                                                         java.lang.String timezone,
                                                                         java.util.Map<java.lang.String,​java.lang.String> variables)