package
Version:
v0.0.1-dev-ebfe53f
Opens a new window with list of versions in this module.
Published: Feb 11, 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/:metricType/:viewType/:entityType",
Func: getMetrics,
},
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.