We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf49233 commit ee27b8aCopy full SHA for ee27b8a
1 file changed
opentelemetry-sdk/tests/_configuration/test_resource.py
@@ -377,6 +377,7 @@ def test_excluded_filter_removes_host_attributes(self):
377
self.assertNotIn(HOST_NAME, resource.attributes)
378
self.assertIn(HOST_ARCH, resource.attributes)
379
380
+
381
class TestContainerResourceDetector(unittest.TestCase):
382
@staticmethod
383
def _config_with_container() -> ResourceConfig:
0 commit comments