Versions in this module Expand all Collapse all v0 v0.1.1 Apr 30, 2024 v0.1.0 Apr 29, 2024 Changes in this version + func DeleteGraphCounter(c *gin.Context) + func DeleteGraphEndpoint(c *gin.Context) + func EndpointCounterDistinct(c *gin.Context) + func EndpointCounterRegexpQuery(c *gin.Context) + func EndpointCounterlistByIP(c *gin.Context) + func EndpointObjGet(c *gin.Context) + func EndpointRegexpQuery(c *gin.Context) + func GrafanaMainQuery(c *gin.Context) + func GrafanaRender(c *gin.Context) + func QueryGraphDrawData(c *gin.Context) + func QueryGraphLastPoint(c *gin.Context) + func Routes(r *gin.Engine) + type APIEndpointObjGetInputs struct + Deadline int64 + Endpoints []string + type APIEndpointRegexpQueryInputs struct + Label string + Limit int + Q string + type APIGrafanaMainQueryInputs struct + Limit int + Query string + type APIGrafanaMainQueryOutputs struct + Expandable bool + Text string + type APIGrafanaRenderInput struct + ConsolFun string + Format string + From int64 + MaxDataPoints int64 + Step int + Target string + Until int64 + type APIGraphDeleteCounterInputs struct + Counters []string + Endpoints []string + type APIQueryGraphDrawData struct + ConsolFun string + Counters []string + EndTime int64 + HostNames []string + StartTime int64 + Step int + type APIQueryLastPointInputs struct + Counters []string + Endpoints []string