package
Version:
v0.0.1-dev-d9842c7
Opens a new window with list of versions in this module.
Published: Feb 7, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
Handlers = []api.Handler{
{
Version: api.V1,
Method: http.MethodGet,
Path: "/metrics",
Func: getDataCenterMetricsSummary,
},
{
Version: api.V1,
Method: http.MethodGet,
Path: "/metrics/:metricGroup/:resourceType",
Func: getMetrics,
},
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.