Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Handlers = []api.Handler{ { Version: api.V1, Method: http.MethodGet, Path: "/grafana/hosts/:hostname", Func: forwardHostLink, }, { Version: api.V1, Method: http.MethodGet, Path: "/grafana/instances/:instanceId", Func: forwardInstanceLink, }, { Version: api.V1, Method: http.MethodGet, Path: "/grafana/topHosts", Func: forwardTopHostLink, }, { Version: api.V1, Method: http.MethodGet, Path: "/grafana/topInstances", Func: forwardTopInstanceLink, }, { Version: api.V1, Method: http.MethodGet, Path: "/grafana/networks", Func: forwardNetworksLink, }, { Version: api.V1, Method: http.MethodGet, Path: "/grafana/networkDevices", Func: forwardNetworkDevicesLink, }, { Version: api.V1, Method: http.MethodGet, Path: "/grafana/storages", Func: forwardStoragesLink, }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.