Viewing File: /opt/rh/gcc-toolset-11/root/usr/share/systemtap/tapset/prometheus.stp

probe prometheus =
%( runtime != "bpf" %?
  procfs("__prometheus").read.maxsize(0x10000)
%:
  procfs("__prometheus").read
%)
{ }
Back to Directory