Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ORGPrometheus = make(map[string]PrometheusMap)
var Prometheus = &PrometheusMap{}
Functions ¶
func GenerateOrgMap ¶
func GenerateOrgMap()
func GeneratePrometheusMap ¶
func GeneratePrometheusMap()
Types ¶
type PrometheusMap ¶
type PrometheusMap struct { MetricNameToID map[string]uint64 MetricAppLabelLayout map[string][]AppLabel LabelNameToID map[string]uint64 LabelIDToName map[uint64]string }
func GenerateMap ¶
func GenerateMap(orgID string) (prometheusMap PrometheusMap)
Click to show internal directories.
Click to hide internal directories.