Versions in this module Expand all Collapse all v1 v1.0.0 Mar 31, 2020 Changes in this version + func CreateStage(s store.DataStore) http.HandlerFunc + func DeleteStage(s store.DataStore) http.HandlerFunc + func FetchAlerts(cfg *config.ServerConfig) http.HandlerFunc + func FetchAvailableServices(cfg *config.ServerConfig) http.HandlerFunc + func FetchMetrics(cfg *config.ServerConfig) http.HandlerFunc + func GetGraph(s store.DataStore) http.HandlerFunc + func SaveStage(s store.DataStore) http.HandlerFunc + type AvailableServicesResponse struct + AvailableServices []string + type Metric struct + Metric map[string]string + Value [][]interface{} + type MetricResponse struct + Metrics map[string]map[string][]TSValue + type QueryResult struct + Data struct{ ... } + Status string + type RulesResponse struct + Data prom.RulesResult + Status string + type Server struct + DiskStore *store.DiskStore + ServerConfig *config.ServerConfig + func New(cfg *config.ServerConfig, staticDir, dataDir string) *Server + type TSValue struct + Date string + Value float64