You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
things are like max_entries, value_size, key_size, etc are likely more valuable as individual gauges as opposed to all being labels in a single info metric.
for example, being able to do 100 * (ebpf_map_entries / ebpf_map_max_entries) in a grafana visualization to see the percentage utilization of a given map, based on the map_id. Then, that map_id can be joined against map_info to get the name, for convenience.
The text was updated successfully, but these errors were encountered:
things are like
max_entries
,value_size
,key_size
, etc are likely more valuable as individual gauges as opposed to all being labels in a singleinfo
metric.for example, being able to do
100 * (ebpf_map_entries / ebpf_map_max_entries)
in a grafana visualization to see the percentage utilization of a given map, based on themap_id
. Then, thatmap_id
can be joined againstmap_info
to get the name, for convenience.The text was updated successfully, but these errors were encountered: