Skip to content

Prometheus exporter

Choose a tag to compare

@klpx klpx released this 03 Jun 19:52
· 15 commits to main since this release
f9cebfe

Docker image: https://github.com/ebpfdev/dev-agent/pkgs/container/dev-agent/98527162?tag=v0.0.2

  • (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