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
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-system-metrics/src/opentelemetry/instrumentation/system_metrics/__init__.py
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,13 @@
153
153
# see https://github.com/giampaolo/psutil/issues/1219
154
154
_DEFAULT_CONFIG.pop("system.network.connections")
155
155
156
+
ifpsutil.LINUX:
157
+
# see https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3740
0 commit comments