You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your environment
Running the latest version of opentelemetry.instrumentation.system_metrics using Python 3.8 on MacOS
Steps to reproduce
Run the following
from opentelemetry.instrumentation.system_metrics import SystemMetrics
SystemMetrics(ConsoleMetricsExporter(), interval=1)
input("...\n")
What is the expected behavior?
Metrics are output to the console
What is the actual behavior?
The following exceptions are logged:
Exception while executing observer callback: 'sdiskio' object has no attribute 'read_merged_count'.
Exception while executing observer callback: 'scputimes' object has no attribute 'irq'.
Exception while executing observer callback: 'scputimes' object has no attribute 'irq'.
Exception while executing observer callback: 'svmem' object has no attribute 'cached'.
Exception while executing observer callback: 'svmem' object has no attribute 'cached'.
Exception while executing observer callback: psutil.AccessDenied (pid=91018).
The text was updated successfully, but these errors were encountered:
Describe your environment
Running the latest version of opentelemetry.instrumentation.system_metrics using Python 3.8 on MacOS
Steps to reproduce
Run the following
What is the expected behavior?
Metrics are output to the console
What is the actual behavior?
The following exceptions are logged:
The text was updated successfully, but these errors were encountered: