Documentation ¶
Overview ¶
AgentController's HTTP communication layer between Agent instances and itself
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvenRequest ¶
EvenRequest event request
type RestInterface ¶
type RestInterface struct {
// contains filtered or unexported fields
}
func NewRestInterface ¶
func NewRestInterface(pool *redis.Pool, pollDataStreamManager *agentpoll.PollDataStreamManager, settings *settings.Settings) *RestInterface
func (*RestInterface) Router ¶
func (rest *RestInterface) Router() *gin.Engine
type StatsRequest ¶
type StatsRequest struct { Timestamp int64 `json:"timestamp"` Series [][]interface{} `json:"series"` }
StatsRequest stats request
Click to show internal directories.
Click to hide internal directories.