Documentation ¶
Index ¶
- Variables
- type Controller
- type ExportersDto
- type M
- type Service
- func (x *Service) GetMongoAvailableConnections(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetMongoCommandsPerSecond(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetMongoDocumentOperations(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetMongoFlushes(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetMongoNetworkIO(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetMongoOpenConnections(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetMongoQueryOperations(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetNatsBytesIO(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetNatsConnections(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetNatsCpu(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetNatsMem(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetNatsMsgIO(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetNatsSlowConsumers(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetNatsSubscriptions(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetRedisCollectionsRate(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetRedisCpu(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetRedisEviExpKeys(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetRedisHitRate(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetRedisMem(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetRedisNetworkIO(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) GetRedisOpsPerSec(ctx context.Context, dates string) (data []interface{}, err error)
- func (x *Service) Range(v string) string
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
MonitorX *Service
}
func (*Controller) Exporters ¶
func (x *Controller) Exporters(ctx context.Context, c *app.RequestContext)
type ExportersDto ¶
type Service ¶
func (*Service) GetMongoAvailableConnections ¶
func (*Service) GetMongoCommandsPerSecond ¶
func (*Service) GetMongoDocumentOperations ¶
func (*Service) GetMongoFlushes ¶
func (*Service) GetMongoNetworkIO ¶
func (*Service) GetMongoOpenConnections ¶
func (*Service) GetMongoQueryOperations ¶
func (*Service) GetNatsBytesIO ¶
func (*Service) GetNatsConnections ¶
func (*Service) GetNatsCpu ¶
func (*Service) GetNatsMem ¶
func (*Service) GetNatsMsgIO ¶
func (*Service) GetNatsSlowConsumers ¶
func (*Service) GetNatsSubscriptions ¶
func (*Service) GetRedisCollectionsRate ¶
func (*Service) GetRedisCpu ¶
func (*Service) GetRedisEviExpKeys ¶
func (*Service) GetRedisHitRate ¶
func (*Service) GetRedisMem ¶
func (*Service) GetRedisNetworkIO ¶
func (*Service) GetRedisOpsPerSec ¶
Click to show internal directories.
Click to hide internal directories.