Documentation
¶
Index ¶
- func HandleAdminSubrouter(s *mux.Router, confhandler *respond.ConfHandler)
- func HandleSubrouter(s *mux.Router, confhandler *respond.ConfHandler)
- func ListMetrics(r *http.Request, cfg config.Config) (int, http.Header, []byte, error)
- func ListMetricsByReport(r *http.Request, cfg config.Config) (int, http.Header, []byte, error)
- func Options(r *http.Request, cfg config.Config) (int, http.Header, []byte, error)
- func UpdateMetrics(r *http.Request, cfg config.Config) (int, http.Header, []byte, error)
- type Metric
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleAdminSubrouter ¶
func HandleAdminSubrouter(s *mux.Router, confhandler *respond.ConfHandler)
HandleAdminSubrouter includes the admin specific calls (put/get)
func HandleSubrouter ¶
func HandleSubrouter(s *mux.Router, confhandler *respond.ConfHandler)
HandleSubrouter includes the tenant only specific calls (get only)
func ListMetrics ¶
ListMetrics actually list monitoring metrics
func ListMetricsByReport ¶
ListMetricsByReport list all metrics available in the metric profile used by a report
Types ¶
Click to show internal directories.
Click to hide internal directories.