Skip to content

Commit d243ae1

Browse files
committed
Update integrations tests
1 parent 8697674 commit d243ae1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/integration/test_integration.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,19 @@ def test_metrics_with_system_metrics(self):
108108
"system.network.io",
109109
"system.network.connections",
110110
"system.thread_count",
111+
"process.cpu.time",
112+
"process.cpu.utilization",
113+
"process.context_switches",
114+
"process.memory.usage",
115+
"process.memory.virtual",
116+
"process.open_file_descriptor.count",
117+
"process.thread.count",
111118
"process.runtime.cpython.memory",
112119
"process.runtime.cpython.cpu_time",
113120
"process.runtime.cpython.gc_count",
114121
"process.runtime.cpython.thread_count",
115122
"process.runtime.cpython.cpu.utilization",
116123
"process.runtime.cpython.context_switches",
117-
"process.open_file_descriptor.count",
118124
],
119125
)
120126

0 commit comments

Comments
 (0)