Documentation
¶
Index ¶
Constants ¶
View Source
const (
PolarisInferAPI = "/analyze"
)
View Source
const (
RelevanceSortAPI = "/relevance/sort"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolarisInferRes ¶
type Relevance ¶
type Relevance struct { ServiceNode Relevance float64 `json:"relevance,omitempty"` }
type RelevanceResponse ¶
type Repo ¶
type Repo interface { // SortDescendantByRelevance query dependency node latency correlation SortDescendantByRelevance( startTime, endTime int64, stepStr string, targetService, targetEndpoint string, unsortedDescendant []ServiceNode, sortBy string, ) (sortResp *RelevanceResponse, err error) QueryPolarisInfer(req *request.GetPolarisInferRequest) (*PolarisInferRes, error) }
type ServiceNode ¶
type SortRelevanceRequest ¶
Click to show internal directories.
Click to hide internal directories.