CHANGELOG.md
June 18, 2023 ยท View on GitHub
v0.0.5 // 18 june 2023 / add and delete map entries
- GraphQL mutation methods to add and delete map entries
- (bugfix) check number length on map entry modification
v0.0.4 // 13 june 2023 / map editing and pinning
- GraphQL mutation method to edit Array/Hash (+perCPU) map entries
- map pinning
- graphql mutation method to pin a map
- pins list for a map
v0.0.3 // 11 june 2023 / more connections
- (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
v0.0.2 // 3 june 2023 / export to Prometheus metrics
- (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
v0.0.1 // 28 may 2023 / GraphQL kickstarted
- 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)
-