Dashboard Service
Tetrate Istio Subscription Plus (TIS+) utilizes many of the same components as the Tetrate Service Bridge(TSB) product but has the several distinctions.
Service to retrieve TIS+ Grafana dashboards.
DashboardService
The Dashboard Service provides access to Grafana dashboards designed for monitoring the TIS+ platform. These dashboards offer insights into key metrics related to platform health, supporting platform operators in managing and troubleshooting the TIS+ 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 | – |