metrics

package
v0.0.0-...-bb2f907 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var NetworkControllerIntentGauge = prometheus.NewGaugeVec(prometheus.GaugeOpts{
	Name: "emco_network_controller_intent",
	Help: "Count of Network Controller Intents",
}, []string{"name", "project", "composite_app", "composite_app_version", "deployment_intent_group"})
View Source
var WorkloadIntentGauge = prometheus.NewGaugeVec(prometheus.GaugeOpts{
	Name: "emco_workload_intent",
	Help: "Count of Workload Intents",
}, []string{"name", "project", "composite_app", "composite_app_version", "deployment_intent_group", "network_controller_intent", "app_label", "workload_resource", "type"})
View Source
var WorkloadInterfaceIntentGauge = prometheus.NewGaugeVec(prometheus.GaugeOpts{
	Name: "emco_workload_interface_intent",
	Help: "Count of Workload Interface Intents",
}, []string{
	"name",
	"project",
	"composite_app",
	"composite_app_version",
	"deployment_intent_group",
	"network_controller_intent",
	"workload_intent",
	"interface",
	"network_name",
	"default_gateway",
	"ip_address",
	"mac_address",
})

Functions

func Start

func Start()

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL