analytics

package
v0.0.0-...-d4d4b81 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PortalDashboard

type PortalDashboard struct {
	DashboardID               string `json:"dashboardID"`
	Name                      string `json:"name"`
	Information               string `json:"information"`
	ChaosEventQueryTemplate   string `json:"chaosEventQueryTemplate"`
	ChaosVerdictQueryTemplate string `json:"chaosVerdictQueryTemplate"`
	PanelGroupMap             []struct {
		GroupName string   `json:"groupName"`
		Panels    []string `json:"panels"`
	} `json:"panelGroupMap"`
	PanelGroups []struct {
		PanelGroupName string `json:"panel_group_name"`
		Panels         []struct {
			PanelName    string `json:"panel_name"`
			PanelOptions struct {
				Points   bool `json:"points"`
				Grids    bool `json:"grids"`
				LeftAxis bool `json:"left_axis"`
			} `json:"panel_options"`
			YAxisLeft   string `json:"y_axis_left"`
			YAxisRight  string `json:"y_axis_right"`
			XAxisDown   string `json:"x_axis_down"`
			Unit        string `json:"unit"`
			PromQueries []struct {
				PromQueryName string `json:"prom_query_name"`
				Legend        string `json:"legend"`
				Resolution    string `json:"resolution"`
				Minstep       string `json:"minstep"`
				Line          bool   `json:"line"`
				CloseArea     bool   `json:"close_area"`
			} `json:"prom_queries"`
		} `json:"panels"`
	} `json:"panelGroups"`
}

Portal Dashboard Types

type PromDSDetails

type PromDSDetails struct {
	URL   string
	Start string
	End   string
}

type PromQuery

type PromQuery struct {
	QueryID    string
	Query      string
	Legend     *string
	Resolution *string
	Minstep    int
	DSdetails  *PromDSDetails
}

type PromSeries

type PromSeries struct {
	Series    string
	DSdetails *PromDSDetails
}

type STATE

type STATE string

Directories

Path Synopsis
ops

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL