- GraphQL mutation methods to add and delete map entries
- (bugfix) check number length on map entry modification
- GraphQL mutation method to edit Array/Hash (+perCPU) map entries
- map pinning
- graphql mutation method to pin a map
- pins list for a map
- (feature) exposed tracepoints that programs are attached to
- (feature) a new method in GraphQL to get a connected graph starting from a specific program or map
- (feature) eBPF metrics prometheus exporter:
- progs statistics (run_time, run_count)
- maps statistics
- number of entries (if configured, see README
- value of entries (if configured)
- Bugfixes:
- removing trailing zeros from byte array, when converting map's keys/values to string
- fixed converting map's key/value to number, when it's less than 8 bytes
- GraphQL API, which exposes:
-
programs and maps metadata
-
traversing between programs and maps
relation is defined by
bpf_prog_aux->used_maps
(see in Linux) -
map entries including various representation (hex, number, string)
-