Grafana dashboard.

interface GrafanaProductDashboard {
    dashboardName: string;
    tags: string[];
    title: string;
    url: string;
    variables: string[];
}

Properties

dashboardName: string

Name of the dashboard.

tags: string[]

Tags of the dashboard.

title: string

Title of the dashboard.

url: string

URL of the dashboard.

variables: string[]

Variables of the dashboard.