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
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,30 @@ def __init__(
178
178
)
179
179
self._config.pop("system.network.connections")
180
180
181
+
# Filter 'sin' and 'sout' from 'system.swap.usage'
182
+
# if '/proc/vmstat' is not available and issue a warning.
0 commit comments