Skip to main content
logoTetrate Istio Subscription PlusVersion: Latest

Dashboard Service

The differences between TSB and Tetrate Istio Subscription Plus (TIS+)

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.

FieldDescriptionValidation Rule

name

string
The name of the dashboard.

title

string
The title of the dashboard.

description

string
The description of the dashboard.

DownloadDashboardRequest

Request for downloading a dashboard.

FieldDescriptionValidation Rule

name

string
REQUIRED
The name of the dashboard to download.

string = {
  min_len: 1
}

ListDashboardsRequest

Request for listing available Grafana dashboards.

ListDashboardsResponse

Response providing a list of available Grafana dashboards.

FieldDescriptionValidation Rule

dashboards

List of tetrateio.api.tsb.dashboard.v1.Dashboard
List of available dashboards.