feat(telemetry): Add telemetry export
[csit.git] / resources / tools / telemetry / constants.py
index 4b47a39..d5641ed 100644 (file)
@@ -17,6 +17,7 @@
 does not need to be hard coded here, but can be read from environment variables.
 """
 
 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
 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 detach BPF events
     err_linux_detach = 52
 
+    # Could not successfuly run perf stat command
+    err_linux_perf_stat = 53