PromEx.GrafanaClient.upload_dashboard

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

upload_dashboard(grafana_conn, dashboard_contents, opts \\ [])

View Source

Specs

upload_dashboard(
  grafana_conn :: PromEx.GrafanaClient.Connection.t(),
  dashboard_file_path :: String.t(),
  opts :: keyword()
) :: handler_response()

Used to create a new dashboard or update an existing dashboard.