Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalReq ¶
type GlobalReq struct {
g.Meta `` /* 129-byte string literal not displayed */
model.MonitorGlobalReq
}
监控中心全局实时指标接口请求参数
type GlobalRes ¶
type GlobalRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.MonitorGlobalRes
}
监控中心全局实时指标接口响应参数
type PerfBreakdownReq ¶
type PerfBreakdownReq struct {
g.Meta `` /* 143-byte string literal not displayed */
model.MonitorPerfBreakdownReq
}
监控中心实时性能维度分析接口请求参数
type PerfBreakdownRes ¶
type PerfBreakdownRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.MonitorPerfBreakdownRes
}
监控中心实时性能维度分析接口响应参数
type PerfHistoryReq ¶
type PerfHistoryReq struct {
g.Meta `` /* 135-byte string literal not displayed */
model.MonitorPerfHistoryReq
}
监控中心历史性能数据接口请求参数
type PerfHistoryRes ¶
type PerfHistoryRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.MonitorPerfHistoryRes
}
监控中心历史性能数据接口响应参数
Click to show internal directories.
Click to hide internal directories.