X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftelemetry%2Fconstants.py;h=d5641ede2d6ed1a6bbbc76a2c5e985a96dadc835;hb=5466cc69f18a480dbff7e39d28abbbccf683ba2f;hp=4b47a39d2185bf8c86547ec5fbfb4974c611a208;hpb=d743892c7ea9dcae6038660b57b94c9578f7f7f4;p=csit.git diff --git a/resources/tools/telemetry/constants.py b/resources/tools/telemetry/constants.py index 4b47a39d21..d5641ede2d 100644 --- a/resources/tools/telemetry/constants.py +++ b/resources/tools/telemetry/constants.py @@ -17,6 +17,7 @@ does not need to be hard coded here, but can be read from environment variables. """ + class Constants: """Constants used in telemetry. 1-10: Telemetry errors @@ -47,3 +48,5 @@ class Constants: # Could not detach BPF events err_linux_detach = 52 + # Could not successfuly run perf stat command + err_linux_perf_stat = 53