Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GET_SPANS = apis.ApiSpec{ Path: "/api/msp/apm/traces/<traceID>/spans", BackendPath: "/api/msp/apm/traces/<traceID>/spans", Host: "msp.marathon.l4lb.thisdcos.directory:8080", Scheme: "http", Method: "GET", CheckLogin: true, CheckToken: true, Doc: "Query spans by traceID.", }
View Source
var GET_TRACE_CONDITIONS_LIST = apis.ApiSpec{ Path: "/api/msp/apm/trace/conditions", BackendPath: "/api/msp/apm/trace/conditions", Host: "msp.marathon.l4lb.thisdcos.directory:8080", Scheme: "http", Method: "GET", CheckLogin: true, CheckToken: true, Doc: "Query apm traces Conditions.", }
View Source
var GET_TRACE_DEBUG_HISTORIES = apis.ApiSpec{ Path: "/api/trace-requests/<requestId>", BackendPath: "/api/msp/apm/trace/debug/<requestId>", Host: "msp.marathon.l4lb.thisdcos.directory:8080", Scheme: "http", Method: "GET", CheckLogin: true, CheckToken: true, Doc: "Query trace debug info.", }
View Source
var GET_TRACE_DEBUG_HISTORY_STATUS = apis.ApiSpec{ Path: "/api/trace-requests/<requestId>/status", BackendPath: "/api/msp/apm/trace/debug/<requestId>/history/status", Host: "msp.marathon.l4lb.thisdcos.directory:8080", Scheme: "http", Method: "GET", CheckLogin: true, CheckToken: true, Doc: "Query trace debug history status.", }
View Source
var GET_TRACE_LIST = apis.ApiSpec{ Path: "/api/msp/apm/traces", BackendPath: "/api/msp/apm/traces", Host: "msp.marathon.l4lb.thisdcos.directory:8080", Scheme: "http", Method: "GET", CheckLogin: true, CheckToken: true, Doc: "Query apm traces.", }
View Source
var LIST_TRACE_DEBUG_HISTORIES = apis.ApiSpec{ Path: "/api/trace-requests", BackendPath: "/api/msp/apm/trace/debug/histories", Host: "msp.marathon.l4lb.thisdcos.directory:8080", Scheme: "http", Method: "GET", CheckLogin: true, CheckToken: true, Doc: "Query trace debug histories.", }
View Source
var POST_TRACE_DEBUG_HISTORIES = apis.ApiSpec{ Path: "/api/trace-requests", BackendPath: "/api/msp/apm/trace/debug", Host: "msp.marathon.l4lb.thisdcos.directory:8080", Scheme: "http", Method: "POST", CheckLogin: true, CheckToken: true, Doc: "send trace debug request", }
View Source
var PUT_TRACE_DEBUG_HISTORY_STOP = apis.ApiSpec{ Path: "/api/trace-requests/<requestId>/actions/cancel", BackendPath: "/api/msp/apm/trace/debug/<requestId>", Host: "msp.marathon.l4lb.thisdcos.directory:8080", Scheme: "http", Method: "PUT", CheckLogin: true, CheckToken: true, Doc: "stop trace debug request.", }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.