Dashboard Service
Service to retrieve TSB Grafana dashboards.
DashboardService
The Dashboard Service provides access to Grafana dashboards designed for monitoring the TSB platform. These dashboards offer insights into key metrics related to platform health, supporting platform operators in managing and troubleshooting the TSB installation. See Key Metrics docs for more information about the displayed metrics.
ListDashboards
DownloadDashboard
Dashboard
Message containing some metadata of a dashboard.
Field | Description | Validation Rule |
---|---|---|
name | string | – |
title | string | – |
description | string | – |
DownloadDashboardRequest
Request for downloading a dashboard.
Field | Description | Validation Rule |
---|---|---|
name | string | string = { |
ListDashboardsRequest
Request for listing available Grafana dashboards.
ListDashboardsResponse
Response providing a list of available Grafana dashboards.
Field | Description | Validation Rule |
---|---|---|
dashboards | List of tetrateio.api.tsb.dashboard.v1.Dashboard | – |