Documentation
¶
Index ¶
- func ArchiveTrace(addr, traceID string) error
- func DownloadAllTraces(addr, target string) error
- func FindTraces(addr, serviceName, operationName string, tags map[string]string, ...) (err error)
- func GetDependencies(addr string) (res *apiv2.GetDependenciesResponse, err error)
- func GetOperations(addr, name, kind string) (res *apiv2.GetOperationsResponse, err error)
- func GetServices(addr string) (res *apiv2.GetServicesResponse, err error)
- func GetTrace(addr, traceID string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadAllTraces ¶
DownloadAllTraces to traces.data
func FindTraces ¶
func FindTraces(addr, serviceName, operationName string, tags map[string]string, startTimeMin, startTimeMax time.Time, durationMin, durationMax time.Duration, depth int32) (err error)
FindTraces 获取trace列表
func GetDependencies ¶
func GetDependencies(addr string) (res *apiv2.GetDependenciesResponse, err error)
GetDependencies 获取服务列表
func GetOperations ¶
func GetOperations(addr, name, kind string) (res *apiv2.GetOperationsResponse, err error)
GetOperations 获取服务列表
func GetServices ¶
func GetServices(addr string) (res *apiv2.GetServicesResponse, err error)
GetServices 获取服务列表
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.