Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MapSize = metrics.MustNewCustomGauge(metrics.NewOpts( consts.MetricsNamespace, "", "map_entries", "The total number of in-use entries per map.", nil, []metrics.ConstrainedLabel{MapLabel}, nil, )) MapCapacity = metrics.MustNewCustomGauge(metrics.NewOpts( consts.MetricsNamespace, "", "map_capacity", "Capacity of a BPF map. Expected to be constant.", nil, []metrics.ConstrainedLabel{MapLabel}, nil, )) MapErrors = metrics.MustNewCustomGauge(metrics.NewOpts( consts.MetricsNamespace, "", "map_errors_total", "The number of errors per map.", nil, []metrics.ConstrainedLabel{MapLabel}, nil, )) )
View Source
var MapLabel = metrics.ConstrainedLabel{ Name: "map", Values: []string{"execve_map", "tg_execve_joined_info_map"}, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.