Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LastCPUName is the Prometheuse Gauge name for last CPU with AVX512 instructions. LastCPUName = "last_cpu_avx_task_switches" // AVXSwitchCountName is the Prometheuse Gauge name for AVX switch count per cgroup. AVXSwitchCountName = "avx_switch_count_per_cgroup" // AllSwitchCountName is the Prometheuse Gauge name for all switch count per cgroup. AllSwitchCountName = "all_switch_count_per_cgroup" )
Variables ¶
This section is empty.
Functions ¶
func NewCollector ¶
func NewCollector() (prometheus.Collector, error)
NewCollector creates new Prometheus collector for AVX metrics
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.