Documentation
¶
Index ¶
- Variables
- func CollectEnergyMetrics(ch chan<- prometheus.Metric, instance interface{}, ...)
- func CollectResUtil(ch chan<- prometheus.Metric, instance interface{}, metricName string, ...)
- func CollectResUtilizationMetrics(ch chan<- prometheus.Metric, instance interface{}, ...)
- func CollectTotalEnergyMetrics(ch chan<- prometheus.Metric, input interface{}, ...)
Constants ¶
This section is empty.
Variables ¶
View Source
var JouleMillijouleConversionFactor = utils.JouleMillijouleConversionFactor
Functions ¶
func CollectEnergyMetrics ¶
func CollectEnergyMetrics(ch chan<- prometheus.Metric, instance interface{}, collectors map[string]metricfactory.PromMetric)
func CollectResUtil ¶
func CollectResUtil(ch chan<- prometheus.Metric, instance interface{}, metricName string, collector metricfactory.PromMetric)
func CollectResUtilizationMetrics ¶
func CollectResUtilizationMetrics(ch chan<- prometheus.Metric, instance interface{}, collectors map[string]metricfactory.PromMetric, bpfSupportedMetrics bpf.SupportedMetrics)
func CollectTotalEnergyMetrics ¶ added in v0.7.11
func CollectTotalEnergyMetrics(ch chan<- prometheus.Metric, input interface{}, collectors map[string]metricfactory.PromMetric)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.