Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrafanaProfileValue ¶
type GrafanaProfileValue struct {
Columns []string `json:"columns"`
Values [][]interface{} `json:"values"`
}
type Profile ¶
type Profile struct {
AppService string `json:"app_service" binding:"required"`
ProfileEventType string `json:"profile_event_type" binding:"required"`
ProfileLanguageType string `json:"profile_language_type" binding:"required"`
TagFilter string `json:"tag_filter"`
GroupBy string `json:"group_by"`
TimeStart int `json:"time_start" binding:"required"`
TimeEnd int `json:"time_end" binding:"required"`
Debug bool `json:"debug"`
Context context.Context
OrgID string
MaxKernelStackDepth *int `json:"max_kernel_stack_depth"` // default: -1
}
type ProfileDebug ¶
type ProfileGrafana ¶
type ProfileTree ¶
type ProfileTreeNode ¶
Click to show internal directories.
Click to hide internal directories.