query

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2024 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MaxNodesFromContext

func MaxNodesFromContext(ctx context.Context) (int, bool)

Types

type ProfileRenderResponse

type ProfileRenderResponse struct {
	apistructs.Header
	Data *RenderResponse `json:"data"`
}

type RenderDiffResponse

type RenderDiffResponse struct {
	*flamebearer.FlamebearerProfile
	Metadata RenderMetadataResponse `json:"metadata"`
}

RenderDiffResponse refers to the response of the renderDiff

type RenderMetadataResponse

type RenderMetadataResponse struct {
	flamebearer.FlamebearerMetadataV1
	AppName   string `json:"appName"`
	StartTime int64  `json:"startTime"`
	EndTime   int64  `json:"endTime"`
	Query     string `json:"query"`
	MaxNodes  int    `json:"maxNodes"`
}

type RenderResponse

type RenderResponse struct {
	flamebearer.FlamebearerProfile
	Metadata     RenderMetadataResponse   `json:"metadata"`
	Annotations  []annotationsResponse    `json:"annotations"`
	ProfileCells flamebearer.ProfileCells `json:"profileCells"`
}

Jump to

Keyboard shortcuts

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