Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InboundIntentClientAPGauge = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Name: "emco_deployment_intent_group_inbound_intent_client_access_point", Help: "Count of Inbound Intent Client Access Points", }, []string{ "name", "project", "composite_app", "composite_app_version", "deployment_intent_group", "traffic_group_intent", "inbound_intent", "client_name", "action", })
View Source
var InboundIntentClientGauge = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Name: "emco_deployment_intent_group_inbound_intent_client", Help: "Count of Inbound Intent Clients", }, []string{ "name", "project", "composite_app", "composite_app_version", "deployment_intent_group", "traffic_group_intent", "inbound_intent", "spec_app", "app_label", "serviceName", })
View Source
var InboundIntentGauge = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Name: "emco_deployment_intent_group_inbound_intent", Help: "Count of Inbound Intents", }, []string{ "name", "project", "composite_app", "composite_app_version", "deployment_intent_group", "traffic_group_intent", "spec_app", "app_label", "serviceName", "externalName", "port", "protocol", "externalSupport", "serviceMesh", "sidecarProxy", "tlsType", })
View Source
var TrafficGroupIntentGauge = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Name: "emco_deployment_intent_group_traffic_group_intent", Help: "Count of Traffic Group Intents", }, []string{"name", "project", "composite_app", "composite_app_version", "deployment_intent_group"})
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.