Documentation ¶
Index ¶
- Variables
- func About(c echo.Context) error
- func CheckDetails(c echo.Context) error
- func CheckSummary(c echo.Context) error
- func DetailsHandler(c echo.Context) error
- func HealthSummary(c echo.Context) error
- func PostDataToServer(server string, body io.Reader) (err error)
- func PushHandler(c echo.Context) error
- func Topology(c echo.Context) error
- type DetailResponse
- type QueueData
- type Response
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultWindow = "1h"
Functions ¶
func CheckDetails ¶ added in v0.38.70
func CheckDetails(c echo.Context) error
func CheckSummary ¶ added in v0.38.70
func CheckSummary(c echo.Context) error
func DetailsHandler ¶ added in v0.38.96
func DetailsHandler(c echo.Context) error
func HealthSummary ¶ added in v0.38.232
func HealthSummary(c echo.Context) error
func PostDataToServer ¶ added in v0.38.85
func PushHandler ¶ added in v0.38.85
func PushHandler(c echo.Context) error
func Topology ¶ added in v0.38.85
func Topology(c echo.Context) error
TopologyQuery godoc @Id TopologyQuery @Summary Topology query @Description Query the topology graph @Tags topology @Produce json @Param id query string false "Topology ID" @Param topologyId query string false "Topology ID" @Param componentId query string false "Component ID" @Param owner query string false "Owner" @Param status query string false "Comma separated list of status" @Param types query string false "Comma separated list of types" @Param flatten query string false "Flatten the topology" @Success 200 {object} pkg.Components @Router /api/topology [get]
Types ¶
type DetailResponse ¶ added in v0.38.70
type DetailResponse struct { Duration int `json:"duration,omitempty"` RunnerName string `json:"runnerName"` Status []pkg.Timeseries `json:"status"` }
Click to show internal directories.
Click to hide internal directories.