diff --git a/ddapm_test_agent/agent.py b/ddapm_test_agent/agent.py index 21b22ff0..6b8093f3 100644 --- a/ddapm_test_agent/agent.py +++ b/ddapm_test_agent/agent.py @@ -699,6 +699,7 @@ async def handle_info(self, request: Request) -> web.Response: "client_drop_p0s": True, # Just a random selection of some peer_tags to aggregate on for testing, not exhaustive "peer_tags": ["db.name", "mongodb.db", "messaging.system"], + "span_meta_structs": True, }, headers={"Datadog-Agent-State": "03e868b3ecdd62a91423cc4c3917d0d151fb9fa486736911ab7f5a0750c63824"}, ) diff --git a/tests/test_agent.py b/tests/test_agent.py index c05450a4..16682cb4 100644 --- a/tests/test_agent.py +++ b/tests/test_agent.py @@ -100,6 +100,7 @@ async def test_info(agent): "feature_flags": [], "config": {}, "client_drop_p0s": True, + "span_meta_structs": True, }