PromEx.GrafanaClient.get_dashboard

You're seeing just the function get_dashboard, go back to PromEx.GrafanaClient module for more information.
Link to this function

get_dashboard(grafana_conn, dashboard_contents)

View Source

Specs

get_dashboard(
  grafana_conn :: PromEx.GrafanaClient.Connection.t(),
  dashboard_file_path :: String.t()
) :: handler_response()

Used to get the dashboard definition currently in Grafana for the provided dashboard file. If the ID does not exist in Grafana an error tuple will be returned.