Documentation ¶
Index ¶
- func Config(r *gin.Engine)
- func DelCounter(c *gin.Context)
- func DelIdxByEndpoint(c *gin.Context)
- func DelMetrics(c *gin.Context)
- func DumpIndex(c *gin.Context)
- func GetIdxFile(c *gin.Context)
- func GetIndexByClude(c *gin.Context)
- func GetIndexByFullTags(c *gin.Context)
- func GetMetrics(c *gin.Context)
- func GetTagPairs(c *gin.Context)
- type CludeRecv
- type EndpointMetricRecv
- type EndpointRecv
- type EndpointsRecv
- type GetIndexByFullTagsRecv
- type GetIndexByFullTagsResp
- type IndexTagkvResp
- type MetricList
- type XcludeResp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DelCounter ¶
func DelIdxByEndpoint ¶
func DelMetrics ¶
func GetIdxFile ¶
func GetIndexByClude ¶
func GetIndexByFullTags ¶
func GetMetrics ¶
func GetTagPairs ¶
Types ¶
type EndpointMetricRecv ¶
type EndpointRecv ¶
type EndpointRecv struct {
Endpoints []string `json:"endpoints"`
}
type EndpointsRecv ¶
type EndpointsRecv struct {
Endpoints []string `json:"endpoints"`
}
type GetIndexByFullTagsRecv ¶
type GetIndexByFullTagsResp ¶
type IndexTagkvResp ¶
type MetricList ¶
type MetricList struct {
Metrics []string `json:"metrics"`
}
Click to show internal directories.
Click to hide internal directories.